Update Moq and remove NETSTandard.Library.NetFramework
This commit is contained in:
parent
81dafd0e3b
commit
bd661a9e86
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue