Skip to content

Commit 17203fb

Browse files
authored
Set source tag to VMR main (#6951)
1 parent 492a936 commit 17203fb

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ This file should be imported by eng/Versions.props
2121
<!-- dotnet/corefx dependencies -->
2222
<SystemComponentModelCompositionPackageVersion>4.5.0</SystemComponentModelCompositionPackageVersion>
2323
<!-- dotnet/dotnet dependencies -->
24-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25479.115</MicrosoftDotNetArcadeSdkPackageVersion>
25-
<MicrosoftDotNetXliffTasksPackageVersion>10.0.0-beta.25479.115</MicrosoftDotNetXliffTasksPackageVersion>
24+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25565.104</MicrosoftDotNetArcadeSdkPackageVersion>
25+
<MicrosoftDotNetXliffTasksPackageVersion>11.0.0-beta.25565.104</MicrosoftDotNetXliffTasksPackageVersion>
2626
</PropertyGroup>
2727
<!--Property group for alternate package version names-->
2828
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="nuget-client" Sha="e72b5bbe719d747036ce9c36582a205df9f1c361" BarId="285185" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="nuget-client" Sha="88c87899e74aebbd27371d84597630ba3c25d4fd" BarId="291022" />
44
<!--
55
Currently this file is required to publish builds to .NET build asset registry.
66
See https://github.com/dotnet/arcade/issues/2396 for details.
@@ -56,13 +56,13 @@
5656
</Dependency>
5757
</ProductDependencies>
5858
<ToolsetDependencies>
59-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25479.115">
59+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25565.104">
6060
<Uri>https://github.com/dotnet/dotnet</Uri>
61-
<Sha>e72b5bbe719d747036ce9c36582a205df9f1c361</Sha>
61+
<Sha>88c87899e74aebbd27371d84597630ba3c25d4fd</Sha>
6262
</Dependency>
63-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.25479.115">
63+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="11.0.0-beta.25565.104">
6464
<Uri>https://github.com/dotnet/dotnet</Uri>
65-
<Sha>e72b5bbe719d747036ce9c36582a205df9f1c361</Sha>
65+
<Sha>88c87899e74aebbd27371d84597630ba3c25d4fd</Sha>
6666
</Dependency>
6767
</ToolsetDependencies>
6868
</Dependencies>

0 commit comments

Comments
 (0)