|
3 | 3 | <PropertyGroup>
|
4 | 4 | <TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks>
|
5 | 5 | <LangVersion>Latest</LangVersion>
|
6 |
| - </PropertyGroup> |
7 |
| - |
8 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
9 |
| - <NoWarn>1701;1702; 1998</NoWarn> |
10 |
| - <WarningsAsErrors>NU1605, CS4014</WarningsAsErrors> |
11 |
| - <DocumentationFile>Loqui.xml</DocumentationFile> |
12 |
| - <DebugType>embedded</DebugType> |
13 |
| - <DebugSymbols>true</DebugSymbols> |
14 |
| - <Nullable>enable</Nullable> |
15 |
| - <WarningsAsErrors>nullable</WarningsAsErrors> |
16 |
| - </PropertyGroup> |
17 |
| - |
18 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
19 |
| - <NoWarn>1701;1702; 1998</NoWarn> |
20 |
| - <WarningsAsErrors>NU1605, CS4014</WarningsAsErrors> |
| 6 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 7 | + <LangVersion>preview</LangVersion> |
| 8 | + <DebugType>portable</DebugType> |
| 9 | + <DebugSymbols>true</DebugSymbols> |
| 10 | + <IsPackable>true</IsPackable> |
| 11 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 12 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 13 | + <IncludeSymbols>true</IncludeSymbols> |
| 14 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 15 | + <Nullable>enable</Nullable> |
| 16 | + <WarningsAsErrors>nullable</WarningsAsErrors> |
| 17 | + <NoWarn>1701;1702; 1998</NoWarn> |
| 18 | + <WarningsAsErrors>NU1605, CS4014</WarningsAsErrors> |
21 | 19 | </PropertyGroup>
|
22 | 20 |
|
23 | 21 | <PropertyGroup>
|
|
0 commit comments