Workaround nuget downgrade bug include System.Net.NameResolution 4.3.0 specifically

This commit is contained in:
Cinder Biscuits
2019-06-08 16:28:43 -05:00
parent 300dc836b1
commit a0c93a2ab6
9 changed files with 22 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>14.0.25123</ProductVersion>
@@ -58,6 +58,9 @@
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
</ItemGroup>
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>