File tree Expand file tree Collapse file tree
src/BuildingBlocks/HealthChecks/src/Microsoft.AspNetCore.HealthChecks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard1.3</TargetFramework >
4+ <TargetFramework >netstandard2.0</TargetFramework >
5+ <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
6+ <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
7+ <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
58 </PropertyGroup >
69
710 <ItemGroup >
811 <Compile Include =" ..\common\Guard.cs" Link =" Internal\Guard.cs" />
912 </ItemGroup >
1013
1114 <ItemGroup >
12- <PackageReference Include =" Microsoft.AspNetCore.Hosting" Version =" 1.1.2" />
1315 <ProjectReference Include =" ..\Microsoft.Extensions.HealthChecks\Microsoft.Extensions.HealthChecks.csproj" />
1416 </ItemGroup >
1517
18+ <ItemGroup >
19+ <PackageReference Include =" Microsoft.AspNetCore.Hosting" Version =" 2.0.0" />
20+ </ItemGroup >
21+
1622</Project >
You can’t perform that action at this time.
0 commit comments