|
12 | 12 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
13 | 13 | <EmbedUntrackedSources>true</EmbedUntrackedSources> |
14 | 14 | <IncludeSymbols>true</IncludeSymbols> |
| 15 | + <DebugType>embedded</DebugType> |
15 | 16 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
16 | 17 | </PropertyGroup> |
17 | 18 |
|
18 | | - <PropertyGroup Condition="$(MSBuildProjectName)!='bunit.template' AND $(MSBuildProjectName)!='bunit'"> |
| 19 | + <PropertyGroup Condition="$(MSBuildProjectName) != 'bunit.template' AND $(MSBuildProjectName) != 'bunit'"> |
19 | 20 | <TargetFrameworks>netstandard2.1;net5.0</TargetFrameworks> |
20 | 21 | <LangVersion>8.0</LangVersion> |
21 | 22 | <Nullable>enable</Nullable> |
22 | 23 | <WarningsAsErrors>CS8600;CS8602;CS8603;CS8625</WarningsAsErrors> |
23 | 24 | <Deterministic>true</Deterministic> |
24 | 25 | </PropertyGroup> |
25 | 26 |
|
26 | | - <PropertyGroup Condition="'$(Configuration)' == 'Release' AND $(MSBuildProjectName)!='bunit.template' AND $(MSBuildProjectName)!='bunit'"> |
| 27 | + <PropertyGroup Condition="'$(Configuration)' == 'Release' AND $(MSBuildProjectName) != 'bunit.template' AND $(MSBuildProjectName) != 'bunit'"> |
27 | 28 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
28 | 29 | </PropertyGroup> |
29 | 30 |
|
30 | | - <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1' AND $(MSBuildProjectName)!='bunit.template' AND $(MSBuildProjectName)!='bunit'"> |
| 31 | + <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1' AND $(MSBuildProjectName) != 'bunit.template' AND $(MSBuildProjectName) != 'bunit'"> |
31 | 32 | <PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="3.1.1" /> |
32 | 33 | <PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.1" /> |
33 | 34 | <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.1" /> |
34 | 35 | <PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.1" /> |
35 | 36 | <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.1" /> |
36 | 37 | </ItemGroup> |
37 | 38 |
|
38 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net5.0' AND $(MSBuildProjectName)!='bunit.template' AND $(MSBuildProjectName)!='bunit'"> |
39 | | - <PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="5.0.0-preview.8.*" /> |
40 | | - <PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0-preview.8.*" /> |
41 | | - <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0-preview.8.*" /> |
42 | | - <PackageReference Include="Microsoft.AspNetCore.Components" Version="5.0.0-preview.8.*" /> |
43 | | - <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.0-preview.8.*" /> |
| 39 | + <ItemGroup Condition="'$(TargetFramework)' == 'net5.0' AND $(MSBuildProjectName) != 'bunit.template' AND $(MSBuildProjectName) != 'bunit'"> |
| 40 | + <PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="5.0.0-rc.1.*" /> |
| 41 | + <PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0-rc.1.*" /> |
| 42 | + <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0-rc.1.*" /> |
| 43 | + <PackageReference Include="Microsoft.AspNetCore.Components" Version="5.0.0-rc.1.*" /> |
| 44 | + <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.0-rc.1.*" /> |
44 | 45 | </ItemGroup> |
45 | 46 |
|
46 | | - <ItemGroup Condition="$(MSBuildProjectName)!='bunit.template' AND $(MSBuildProjectName)!='bunit'"> |
| 47 | + <ItemGroup Condition="$(MSBuildProjectName) != 'bunit.template' AND $(MSBuildProjectName) != 'bunit'"> |
47 | 48 | <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.0"> |
48 | 49 | <PrivateAssets>all</PrivateAssets> |
49 | 50 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
0 commit comments