Update dependencies from https://github.com/dotnet/core-setup build 20190412.10 (#1455)
- Microsoft.NETCore.App - 3.0.0-preview5-27612-10 - Microsoft.WindowsDesktop.App - 3.0.0-preview5-27612-10 - NETStandard.Library.Ref - 2.1.0-preview5-27612-10
This commit is contained in:
parent
311c7fd942
commit
af69a60a5c
2 changed files with 9 additions and 9 deletions
|
@ -2,17 +2,17 @@
|
|||
<Dependencies>
|
||||
<ProductDependencies>
|
||||
<!-- Winforms / WPF -->
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview5-27612-06">
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview5-27612-10">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>c80a9630e016c3517fe6dce784f7f344b744ba1b</Sha>
|
||||
<Sha>8127372630ea8e6a1e4a0aab8c43df45f67005e6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27612-06">
|
||||
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27612-10">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>c80a9630e016c3517fe6dce784f7f344b744ba1b</Sha>
|
||||
<Sha>8127372630ea8e6a1e4a0aab8c43df45f67005e6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview5-27612-06">
|
||||
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview5-27612-10">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>c80a9630e016c3517fe6dce784f7f344b744ba1b</Sha>
|
||||
<Sha>8127372630ea8e6a1e4a0aab8c43df45f67005e6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview5-19212-08">
|
||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
|
|
|
@ -44,16 +44,16 @@
|
|||
<NUnit3TemplatesVersion>1.6.1</NUnit3TemplatesVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview5-27612-06</MicrosoftNETCoreAppPackageVersion>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview5-27612-10</MicrosoftNETCoreAppPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<SharedHostVersion>$(MicrosoftNETCoreAppPackageVersion)</SharedHostVersion>
|
||||
<HostFxrVersion>$(MicrosoftNETCoreAppPackageVersion)</HostFxrVersion>
|
||||
<NetCoreAppTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppTargetingPackVersion>
|
||||
<NETStandardLibraryRefPackageVersion>2.1.0-preview5-27612-06</NETStandardLibraryRefPackageVersion>
|
||||
<NETStandardLibraryRefPackageVersion>2.1.0-preview5-27612-10</NETStandardLibraryRefPackageVersion>
|
||||
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
|
||||
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
|
||||
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
|
||||
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview5-27612-06</MicrosoftWindowsDesktopAppPackageVersion>
|
||||
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview5-27612-10</MicrosoftWindowsDesktopAppPackageVersion>
|
||||
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
|
||||
</PropertyGroup>
|
||||
<!-- infrastructure and test only dependencies -->
|
||||
|
|
Loading…
Reference in a new issue