Update dependencies from https://github.com/dotnet/core-setup build 20190419.07 (#1611)
- Microsoft.NETCore.App - 3.0.0-preview5-27619-07 - NETStandard.Library.Ref - 2.1.0-preview5-27619-07 - Microsoft.WindowsDesktop.App - 3.0.0-preview5-27619-07
This commit is contained in:
parent
7321645eae
commit
15ea6d03a3
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-27619-05">
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview5-27619-07">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>9da2c9a0257c5b2c06bcbaceab19a7f0c36d0b9b</Sha>
|
||||
<Sha>9ee4ef4c9ea257d400fcbe8c5d95eab7f2b809ef</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27619-05">
|
||||
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27619-07">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>9da2c9a0257c5b2c06bcbaceab19a7f0c36d0b9b</Sha>
|
||||
<Sha>9ee4ef4c9ea257d400fcbe8c5d95eab7f2b809ef</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview5-27619-05">
|
||||
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview5-27619-07">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>9da2c9a0257c5b2c06bcbaceab19a7f0c36d0b9b</Sha>
|
||||
<Sha>9ee4ef4c9ea257d400fcbe8c5d95eab7f2b809ef</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview5-19218-09">
|
||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
|
|
|
@ -44,17 +44,17 @@
|
|||
<NUnit3TemplatesVersion>1.6.1</NUnit3TemplatesVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview5-27619-05</MicrosoftNETCoreAppPackageVersion>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview5-27619-07</MicrosoftNETCoreAppPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<SharedHostVersion>$(MicrosoftNETCoreAppPackageVersion)</SharedHostVersion>
|
||||
<HostFxrVersion>$(MicrosoftNETCoreAppPackageVersion)</HostFxrVersion>
|
||||
<NetCoreAppTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppTargetingPackVersion>
|
||||
<NetCoreAppHostPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppHostPackVersion>
|
||||
<NETStandardLibraryRefPackageVersion>2.1.0-preview5-27619-05</NETStandardLibraryRefPackageVersion>
|
||||
<NETStandardLibraryRefPackageVersion>2.1.0-preview5-27619-07</NETStandardLibraryRefPackageVersion>
|
||||
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
|
||||
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
|
||||
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
|
||||
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview5-27619-05</MicrosoftWindowsDesktopAppPackageVersion>
|
||||
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview5-27619-07</MicrosoftWindowsDesktopAppPackageVersion>
|
||||
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
|
||||
</PropertyGroup>
|
||||
<!-- infrastructure and test only dependencies -->
|
||||
|
|
Loading…
Reference in a new issue