File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Razor" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.0;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
5
- <LangVersion >10.0 </LangVersion >
4
+ <TargetFrameworks >netstandard2.0;net5.0;net6.0;net7.0;net8.0;net9.0 </TargetFrameworks >
5
+ <LangVersion >latest </LangVersion >
6
6
<RazorLangVersion >3.0</RazorLangVersion >
7
7
<RootNamespace >Bunit.Docs.Samples</RootNamespace >
8
8
<ImplicitUsings >enable</ImplicitUsings >
50
50
<PackageReference Include =" Microsoft.AspNetCore.Components.Authorization" Version =" 8.0.0" />
51
51
</ItemGroup >
52
52
53
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
54
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 9.0.0-*" />
55
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.0-*" />
56
+ <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 9.0.0-*" />
57
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9.0.0-*" />
58
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Authorization" Version =" 9.0.0-*" />
59
+ </ItemGroup >
60
+
53
61
</Project >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFrameworks >netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
3
+ <TargetFrameworks >netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0 </TargetFrameworks >
4
4
<IsPackable >false</IsPackable >
5
5
<SonarQubeTestProject >true</SonarQubeTestProject >
6
6
<IsPackable >false</IsPackable >
16
16
<PackageReference Include =" System.Text.Json" Version =" 8.0.0" />
17
17
</ItemGroup >
18
18
19
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
20
+ <PackageReference Include =" System.Text.Json" Version =" 9.0.0-*" />
21
+ </ItemGroup >
22
+
19
23
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' OR '$(TargetFramework)' == 'net5.0'" >
20
24
<PackageReference Include =" System.Text.Json" Version =" 6.0.9" />
21
25
</ItemGroup >
You can’t perform that action at this time.
0 commit comments