File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
2-
3- <PropertyGroup >
4- <TargetFramework >netcoreapp3 .0</TargetFramework >
5-
6- <IsPackable >false</IsPackable >
7- </PropertyGroup >
8-
9- <ItemGroup >
10- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.2.0" />
11- <PackageReference Include =" MSTest.TestAdapter" Version =" 1.4.0" />
12- <PackageReference Include =" MSTest.TestFramework" Version =" 1.4.0" />
13- <PackageReference Include =" coverlet.collector" Version =" 1.0.1" />
14- </ItemGroup >
15-
16- <ItemGroup >
17- <ProjectReference Include =" ..\GithubUpdateCheck\GithubUpdateCheck.csproj" />
18- </ItemGroup >
19-
20- </Project >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <TargetFramework >net5 .0</TargetFramework >
5+
6+ <IsPackable >false</IsPackable >
7+ </PropertyGroup >
8+
9+ <ItemGroup >
10+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.2.0" />
11+ <PackageReference Include =" MSTest.TestAdapter" Version =" 1.4.0" />
12+ <PackageReference Include =" MSTest.TestFramework" Version =" 1.4.0" />
13+ <PackageReference Include =" coverlet.collector" Version =" 1.0.1" />
14+ </ItemGroup >
15+
16+ <ItemGroup >
17+ <ProjectReference Include =" ..\GithubUpdateCheck\GithubUpdateCheck.csproj" />
18+ </ItemGroup >
19+
20+ </Project >
You can’t perform that action at this time.
0 commit comments