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

@@ -55,6 +55,9 @@
<NoWarn>1591,1574,0419</NoWarn>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\LibreMetaverseTypes\LibreMetaverse.Types.csproj" />
<ProjectReference Include="..\..\..\LibreMetaverse\LibreMetaverse.csproj" />