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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6.0</ TargetFramework >
4
+ <TargetFrameworks >net6.0;net7</ TargetFrameworks >
5
5
<Nullable >enable</Nullable >
6
-
7
6
<IsPackable >false</IsPackable >
8
7
</PropertyGroup >
9
8
10
9
<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 >
17
19
</ItemGroup >
18
20
19
21
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6.0</ TargetFramework >
4
+ <TargetFrameworks >net6.0;net7</ TargetFrameworks >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
7
<IsPackable >true</IsPackable >
40
40
</ItemGroup >
41
41
42
42
<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 " />
45
45
</ItemGroup >
46
46
47
47
</Project >
You can’t perform that action at this time.
0 commit comments