Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20200811.8 (#629)

[master] Update dependencies from dotnet/arcade
- Updates:
  - Microsoft.DotNet.Build.Tasks.Feed: from 5.0.0-beta.20407.3 to 5.0.0-beta.20411.8
  - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20407.3 to 5.0.0-beta.20411.8
  - Microsoft.DotNet.Helix.Sdk: from 5.0.0-beta.20407.3 to 5.0.0-beta.20411.8
  - Microsoft.DotNet.SignTool: from 5.0.0-beta.20407.3 to 5.0.0-beta.20411.8
  - Microsoft.DotNet.SwaggerGenerator.MSBuild: from 5.0.0-beta.20407.3 to 5.0.0-beta.20411.8
pull/631/head
dotnet-maestro[bot] 6 years ago
committed by GitHub
parent
commit
fb231da990
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      NuGet.config
  2. 20
      eng/Version.Details.xml
  3. 1
      eng/common/sdk-task.ps1
  4. 2
      global.json

1
NuGet.config

@ -8,4 +8,5 @@
<add key="featherhttp" value="https://f.feedz.io/davidfowl/featherhttp/nuget/index.json" />
<add key="bedrockframework" value="https://f.feedz.io/davidfowl/bedrockframework/nuget/index.json" />
</packageSources>
<disabledPackageSources />
</configuration>

20
eng/Version.Details.xml

@ -3,25 +3,25 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20407.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20411.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ea8f37e8982dc22022b33c5e151081ad04d923a6</Sha>
<Sha>ecec08a0eebbd92bb9538e351d475582551d9092</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="5.0.0-beta.20407.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="5.0.0-beta.20411.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ea8f37e8982dc22022b33c5e151081ad04d923a6</Sha>
<Sha>ecec08a0eebbd92bb9538e351d475582551d9092</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="5.0.0-beta.20407.3">
<Dependency Name="Microsoft.DotNet.SignTool" Version="5.0.0-beta.20411.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ea8f37e8982dc22022b33c5e151081ad04d923a6</Sha>
<Sha>ecec08a0eebbd92bb9538e351d475582551d9092</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20407.3">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20411.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ea8f37e8982dc22022b33c5e151081ad04d923a6</Sha>
<Sha>ecec08a0eebbd92bb9538e351d475582551d9092</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="5.0.0-beta.20407.3">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="5.0.0-beta.20411.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ea8f37e8982dc22022b33c5e151081ad04d923a6</Sha>
<Sha>ecec08a0eebbd92bb9538e351d475582551d9092</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
<Uri>https://github.com/dotnet/arcade-services</Uri>

1
eng/common/sdk-task.ps1

@ -42,6 +42,7 @@ function Build([string]$target) {
/p:Configuration=$configuration `
/p:RepoRoot=$RepoRoot `
/p:BaseIntermediateOutputPath=$outputPath `
/v:$verbosity `
@properties
}

2
global.json

@ -11,6 +11,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20407.3"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20411.8"
}
}

Loading…
Cancel
Save