File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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
- <TargetFrameworks >net6 .0;net472</TargetFrameworks >
4
+ <TargetFrameworks >net8 .0;net472</TargetFrameworks >
5
5
6
6
<RestoreAdditionalProjectSources >
7
7
$(RestoreAdditionalProjectSources);
14
14
</ItemGroup >
15
15
16
16
<ItemGroup >
17
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1 " />
17
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0 " />
18
18
<PackageReference Include =" System.Runtime.Serialization.Primitives" Version =" 4.3.0" />
19
- <PackageReference Include =" xunit" Version =" 2.4.2 " PrivateAssets =" all" />
20
- <PackageReference Include =" xunit.analyzers" Version =" 1.1 .0" PrivateAssets =" all" />
21
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5 " PrivateAssets =" all" >
19
+ <PackageReference Include =" xunit" Version =" 2.6.6 " PrivateAssets =" all" />
20
+ <PackageReference Include =" xunit.analyzers" Version =" 1.10 .0" PrivateAssets =" all" />
21
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.6 " PrivateAssets =" all" >
22
22
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23
23
</PackageReference >
24
24
</ItemGroup >
You can’t perform that action at this time.
0 commit comments