Update Moq and remove NETSTandard.Library.NetFramework

This commit is contained in:
Ryan Brandenburg 2017-06-28 16:31:58 -07:00
parent 81dafd0e3b
commit bd661a9e86
2 changed files with 1 additions and 5 deletions

View File

@ -16,8 +16,4 @@
<PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkVersion)" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkIdentifier)'=='.NETFramework'">
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" PrivateAssets="All" />
</ItemGroup>
</Project>

View File

@ -9,7 +9,7 @@
<TestSdkVersion>15.3.0-*</TestSdkVersion>
<WindowsApiSetsVersion>1.0.1</WindowsApiSetsVersion>
<XunitVersion>2.3.0-beta2-*</XunitVersion>
<MoqVersion>4.7.1</MoqVersion>
<MoqVersion>4.7.49</MoqVersion>
<SerilogExtensionsLoggingVersion>1.4.0</SerilogExtensionsLoggingVersion>
<SerilogFileSinkVersion>3.2.0</SerilogFileSinkVersion>
<SystemReflectionMetadataVersion>1.5.0-*</SystemReflectionMetadataVersion>