File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp2.1 </TargetFramework >
4+ <TargetFramework >netcoreapp3.0 </TargetFramework >
55 <IsPackable >false</IsPackable >
66 <RootNamespace >Https.Tests</RootNamespace >
77 <LangVersion >preview</LangVersion >
88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.AspNetCore" Version =" 2.1.4" />
12- <PackageReference Include =" Microsoft.AspNetCore.Hosting" Version =" 2.1.1" />
13- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8.0" />
14- <PackageReference Include =" xunit" Version =" 2.3.1" />
15- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1" />
11+ <PackageReference Include =" Microsoft.AspNetCore" Version =" 2.2.0" />
12+ <PackageReference Include =" Microsoft.AspNetCore.Hosting" Version =" 2.2.0" />
13+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.2.0" />
14+ <PackageReference Include =" xunit" Version =" 2.4.1" />
15+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" >
16+ <PrivateAssets >all</PrivateAssets >
17+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18+ </PackageReference >
1619 </ItemGroup >
1720
1821 <ItemGroup >
You can’t perform that action at this time.
0 commit comments