File tree Expand file tree Collapse file tree 6 files changed +26
-16
lines changed
Expand file tree Collapse file tree 6 files changed +26
-16
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- < TargetFramework >netstandard2.0</ TargetFramework >
4+ < TargetFrameworks >netstandard2.0;net5.0</ TargetFrameworks >
55 <RazorLangVersion >3.0</RazorLangVersion >
66 <RootNamespace >Bunit.Docs.Samples</RootNamespace >
77 </PropertyGroup >
88
9+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
10+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 3.1" />
11+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 3.1" />
12+ <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 3.1" />
13+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.1" />
14+ <PackageReference Include =" Microsoft.AspNetCore.Components.Authorization" Version =" 3.1" />
15+ </ItemGroup >
916
10- <ItemGroup >
11- <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 3.1.4" />
12- <PackageReference Include =" Microsoft.AspNetCore.Components.Authorization" Version =" 3.1.4" />
13- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.1.4" />
14- </ItemGroup >
17+ <ItemGroup Condition =" '$(TargetFramework)' == 'net5.0'" >
18+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 5.0.0-preview.8.*" />
19+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 5.0.0-preview.8.*" />
20+ <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 5.0.0-preview.8.*" />
21+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 5.0.0-preview.8.*" />
22+ <PackageReference Include =" Microsoft.AspNetCore.Components.Authorization" Version =" 5.0.0-preview.8.*" />
23+ </ItemGroup >
1524
1625</Project >
Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <TargetFrameworks >netcoreapp3.1;net5.0</TargetFrameworks >
4+ <IsPackable >false</IsPackable >
5+ <LangVersion >8.0</LangVersion >
6+ <RazorLangVersion >3.0</RazorLangVersion >
7+ </PropertyGroup >
8+
9+ </Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1</TargetFramework >
5- <IsPackable >false</IsPackable >
64 <RootNamespace >Bunit.Docs.Samples</RootNamespace >
75 </PropertyGroup >
86
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1</TargetFramework >
5- <IsPackable >false</IsPackable >
64 <RootNamespace >Bunit.Docs.Samples</RootNamespace >
75 </PropertyGroup >
86
9- <ItemGroup >
7+ <ItemGroup >
108 <PackageReference Include =" nunit" Version =" 3.12.0" />
119 <PackageReference Include =" NUnit3TestAdapter" Version =" 3.15.1" />
1210 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.4.0" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1</TargetFramework >
5- <RazorLangVersion >3.0</RazorLangVersion >
64 <RootNamespace >Bunit.Docs.Samples</RootNamespace >
7- <AssemblyName >bunit.docs.razor.samples</AssemblyName >
5+ <AssemblyName >bunit.docs.razor.samples</AssemblyName >
86 </PropertyGroup >
97
108 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1</TargetFramework >
5- <RazorLangVersion >3.0</RazorLangVersion >
64 <RootNamespace >Bunit.Docs.Samples</RootNamespace >
75 </PropertyGroup >
86
You can’t perform that action at this time.
0 commit comments