Skip to content

Commit 319e64f

Browse files
committed
Changes to make an rc.2 release
1 parent a1a123c commit 319e64f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

NuGet.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<!-- Begin: Package sources from dotnet-dotnet -->
77
<!-- End: Package sources from dotnet-dotnet -->
88
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
9-
<add key="darc-pub-dotnet-dotnet-50d7970" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-50d79701/nuget/v3/index.json" />
109
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
1110
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
1211
</packageSources>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!--<PackageValidationBaselineVersion>$(MajorVersion).$(MinorVersion).$([MSBuild]::Subtract($(PatchVersion), 1))</PackageValidationBaselineVersion>-->
1313
<!-- To produce shipping versions in non-official builds, instead of default fixed dummy version number (42.42.42.42). -->
1414
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
15-
<PreReleaseVersionLabel></PreReleaseVersionLabel>
15+
<PreReleaseVersionLabel>rc.2</PreReleaseVersionLabel>
1616
<PreReleaseVersionIteration>
1717
</PreReleaseVersionIteration>
1818
<!-- Opt-in repo features -->
@@ -31,7 +31,7 @@
3131
<MicrosoftTargetingPackNETFrameworkv472PackageVersion>1.0.0</MicrosoftTargetingPackNETFrameworkv472PackageVersion>
3232
</PropertyGroup>
3333
<PropertyGroup>
34-
<DotNetRuntimeRcVersion>10.0.0</DotNetRuntimeRcVersion>
34+
<DotNetRuntimeRcVersion>10.0.0-rc.2.25502.107</DotNetRuntimeRcVersion>
3535
</PropertyGroup>
3636
<PropertyGroup>
3737
<!-- Needed by Infrastructure.Common.csproj -->

0 commit comments

Comments
 (0)