File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6.0</ TargetFramework >
4+ <TargetFrameworks >net6.0;net7</ TargetFrameworks >
55 <Nullable >enable</Nullable >
6-
76 <IsPackable >false</IsPackable >
87 </PropertyGroup >
98
109 <ItemGroup >
11- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.0.1" />
12- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.0.1" />
13- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.11.0" />
14- <PackageReference Include =" NUnit" Version =" 3.13.2" />
15- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.0.0" />
16- <PackageReference Include =" coverlet.collector" Version =" 3.1.0" />
10+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.4.0" />
11+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.4.0" />
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.0" />
13+ <PackageReference Include =" NUnit" Version =" 3.13.3" />
14+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.3.1" />
15+ <PackageReference Include =" coverlet.collector" Version =" 3.2.0" >
16+ <PrivateAssets >all</PrivateAssets >
17+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18+ </PackageReference >
1719 </ItemGroup >
1820
1921 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6.0</ TargetFramework >
4+ <TargetFrameworks >net6.0;net7</ TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <IsPackable >true</IsPackable >
4040 </ItemGroup >
4141
4242 <ItemGroup >
43- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.0.1 " />
44- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.0.1 " />
43+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.4.0 " />
44+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.4.0 " />
4545 </ItemGroup >
4646
4747</Project >
You can’t perform that action at this time.
0 commit comments