Skip to content

Commit 1bd072f

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220614.5 (#42198)
[release/3.1] Update dependencies from dotnet/arcade
1 parent cadb5a7 commit 1bd072f

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

NuGet.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
<!-- Begin: Package sources from dotnet-extensions -->
1010
<add key="darc-int-dotnet-extensions-2595364" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-extensions-2595364d/nuget/v3/index.json" />
1111
<!-- Begin: Package sources from dotnet-razor-tooling -->
12-
<add key="darc-int-dotnet-razor-tooling-6ca3741" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-razor-tooling-6ca37412/nuget/v3/index.json" />
1312
<!-- End: Package sources from dotnet-razor-tooling -->
1413
<!-- Begin: Package sources from dotnet-corefx -->
1514
<!-- End: Package sources from dotnet-corefx -->
1615
<!-- Begin: Package sources from dotnet-core-setup -->
17-
<add key="darc-int-dotnet-core-setup-dae24f1" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-dae24f14/nuget/v3/index.json" />
1816
<!-- End: Package sources from dotnet-core-setup -->
1917
<!-- End: Package sources from dotnet-extensions -->
2018
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
@@ -27,15 +25,13 @@
2725
<clear />
2826
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2927
<!-- Begin: Package sources from dotnet-core-setup -->
30-
<add key="darc-int-dotnet-core-setup-dae24f1" value="true" />
3128
<!-- Begin: Package sources from dotnet-efcore -->
3229
<add key="darc-int-dotnet-efcore-206e310" value="true" />
3330
<!-- End: Package sources from dotnet-efcore -->
3431
<!-- Begin: Package sources from dotnet-extensions -->
3532
<add key="darc-int-dotnet-extensions-2595364" value="true" />
3633
<!-- End: Package sources from dotnet-extensions -->
3734
<!-- Begin: Package sources from dotnet-razor-tooling -->
38-
<add key="darc-int-dotnet-razor-tooling-6ca3741" value="true" />
3935
<!-- End: Package sources from dotnet-razor-tooling -->
4036
<!-- End: Package sources from dotnet-core-setup -->
4137
<!-- Begin: Package sources from dotnet-corefx -->

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,13 +418,13 @@
418418
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-extensions</Uri>
419419
<Sha>2595364d370c0a654434d8119363260c19582e39</Sha>
420420
</Dependency>
421-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.22260.3">
421+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.22314.5">
422422
<Uri>https://github.com/dotnet/arcade</Uri>
423-
<Sha>65777bddfce6966941a4ade1b53efa5e5fc9c87d</Sha>
423+
<Sha>fe57b3babcfc203dd61b7229b54d399b2e3f3c72</Sha>
424424
</Dependency>
425-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.22260.3">
425+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.22314.5">
426426
<Uri>https://github.com/dotnet/arcade</Uri>
427-
<Sha>65777bddfce6966941a4ade1b53efa5e5fc9c87d</Sha>
427+
<Sha>fe57b3babcfc203dd61b7229b54d399b2e3f3c72</Sha>
428428
</Dependency>
429429
<Dependency Name="Microsoft.AspNetCore.Testing" Version="3.1.26-servicing.22273.2" CoherentParentDependency="Microsoft.EntityFrameworkCore">
430430
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-extensions</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
-->
6565
<PropertyGroup Label="Automated">
6666
<!-- Packages from dotnet/arcade -->
67-
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.22260.3</MicrosoftDotNetGenAPIPackageVersion>
67+
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.22314.5</MicrosoftDotNetGenAPIPackageVersion>
6868
<!-- Packages from dotnet/roslyn -->
6969
<MicrosoftNetCompilersToolsetPackageVersion>3.4.1-beta4-20127-10</MicrosoftNetCompilersToolsetPackageVersion>
7070
<!-- Packages from dotnet/core-setup -->

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
},
2727
"msbuild-sdks": {
2828
"Yarn.MSBuild": "1.22.10",
29-
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.22260.3"
29+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.22314.5"
3030
}
3131
}

0 commit comments

Comments
 (0)