Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20220128.2 (#1286)

[main] Update dependencies from dotnet/arcade
pull/1289/head
dotnet-maestro[bot] 5 years ago
committed by GitHub
parent
commit
6e376ebe74
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      eng/Version.Details.xml
  2. 2
      eng/common/internal/NuGet.config
  3. 2
      global.json

20
eng/Version.Details.xml

@ -3,25 +3,25 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22077.8">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22078.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>510b555b426c5383890bbc3c94aca38b8c290758</Sha>
<Sha>9b22f498e6c8c225251f5a39c35cd9af54dff69e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22077.8">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22078.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>510b555b426c5383890bbc3c94aca38b8c290758</Sha>
<Sha>9b22f498e6c8c225251f5a39c35cd9af54dff69e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22077.8">
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22078.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>510b555b426c5383890bbc3c94aca38b8c290758</Sha>
<Sha>9b22f498e6c8c225251f5a39c35cd9af54dff69e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22077.8">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22078.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>510b555b426c5383890bbc3c94aca38b8c290758</Sha>
<Sha>9b22f498e6c8c225251f5a39c35cd9af54dff69e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22077.8">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22078.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>510b555b426c5383890bbc3c94aca38b8c290758</Sha>
<Sha>9b22f498e6c8c225251f5a39c35cd9af54dff69e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
<Uri>https://github.com/dotnet/arcade-services</Uri>

2
eng/common/internal/NuGet.config

@ -2,6 +2,6 @@
<configuration>
<packageSources>
<clear />
<add key="dotnet-core-internal" value="https://pkgs.dev.azure.com/devdiv/_packaging/dotnet-core-internal/nuget/v3/index.json" />
<add key="dotnet-core-internal-tooling" value="https://pkgs.dev.azure.com/devdiv/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json" />
</packageSources>
</configuration>

2
global.json

@ -14,6 +14,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22077.8"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22078.2"
}
}

Loading…
Cancel
Save