Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] Update dependencies from dotnet/arcade #748

Merged
merged 1 commit into from Apr 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Expand Up @@ -49,21 +49,21 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>99943e1060fcb45eae398a04076819e2939716dd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19209.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19210.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>63b76f3f952f821d0a7996427a9f3534f1c25ab7</Sha>
<Sha>4f645e4a5385eb96cad3f72f5ded239761c7d075</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="1.0.0-beta.19209.2">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="1.0.0-beta.19210.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>63b76f3f952f821d0a7996427a9f3534f1c25ab7</Sha>
<Sha>4f645e4a5385eb96cad3f72f5ded239761c7d075</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="2.4.0-beta.19209.2">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="2.4.0-beta.19210.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>63b76f3f952f821d0a7996427a9f3534f1c25ab7</Sha>
<Sha>4f645e4a5385eb96cad3f72f5ded239761c7d075</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19209.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19210.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>63b76f3f952f821d0a7996427a9f3534f1c25ab7</Sha>
<Sha>4f645e4a5385eb96cad3f72f5ded239761c7d075</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="3.0.0-preview4-27604-73" CoherentParentDependency="Microsoft.NETCore.App">
<Uri>https://github.com/dotnet/coreclr</Uri>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Expand Up @@ -30,8 +30,8 @@
</PropertyGroup>
<!-- Arcade-updated dependencies -->
<PropertyGroup>
<MicrosoftDotNetGenFacadesPackageVersion>1.0.0-beta.19209.2</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>2.4.0-beta.19209.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>1.0.0-beta.19210.7</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>2.4.0-beta.19210.7</MicrosoftDotNetXUnitExtensionsPackageVersion>
</PropertyGroup>
<!-- XUnit-related unchanging dependencies -->
<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Expand Up @@ -10,8 +10,8 @@
"version": "3.0.100-preview5-011162"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19209.2",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19209.2",
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19210.7",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19210.7",
"Microsoft.NET.Sdk.IL": "3.0.0-preview4-27604-73"
}
}