Skip to content

Commit 9a99542

Browse files
[main] Source code updates from dotnet/dotnet (#16344)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent d013ca7 commit 9a99542

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

eng/Version.Details.xml

Lines changed: 1 addition & 1 deletion
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="arcade" Sha="9447c7095aa247775e2a4b1cf6bd29c3dd7a32fb" BarId="291345" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="arcade" Sha="cc7f6e84d8dae36ad9ea51a5112627b8235982cc" BarId="291900" />
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>

eng/Versions.props

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<Project>
2-
<Import Project="Version.Details.props" Condition="Exists('Version.Details.props')" />
2+
3+
<Import Project="Version.Details.props" />
4+
35
<PropertyGroup>
4-
<!-- This repo version -->
56
<VersionPrefix>11.0.0</VersionPrefix>
67
<PreReleaseVersionLabel>beta</PreReleaseVersionLabel>
7-
<!-- Opt-out repo features -->
8+
9+
<!-- Arcade features -->
810
<UsingToolXliff>false</UsingToolXliff>
9-
<!-- Don't allow netstandard1.x dependencies in this repository. -->
10-
<FlagNetStandard1XDependencies>true</FlagNetStandard1XDependencies>
1111
</PropertyGroup>
12+
1213
<!-- maintenance-packages -->
1314
<PropertyGroup Condition="'$(DotNetBuildSourceOnly)' == 'true'">
1415
<MicrosoftBclHashCodeVersion>6.0.0</MicrosoftBclHashCodeVersion>
@@ -20,13 +21,12 @@
2021
<SystemMemoryVersion>4.5.5</SystemMemoryVersion>
2122
<MicrosoftIORedistVersion>6.0.1</MicrosoftIORedistVersion>
2223
</PropertyGroup>
24+
2325
<PropertyGroup>
2426
<!-- arcade -->
2527
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>9.0.0-beta.24223.1</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
2628
<!-- corefx -->
2729
<SystemRuntimeInteropServicesRuntimeInformation>4.3.0</SystemRuntimeInteropServicesRuntimeInformation>
28-
<!-- netstandard -->
29-
<NETStandardLibraryVersion>2.0.3</NETStandardLibraryVersion>
3030
<!-- nuget -->
3131
<!-- Important: Don't version higher than what's available in the toolset SDK as
3232
NuGet assemblies aren't redistributed with .NETCoreApp msbuild tasks. -->
@@ -53,4 +53,5 @@
5353
<!-- vstest -->
5454
<MicrosoftNetTestSdkVersion>17.5.0</MicrosoftNetTestSdkVersion>
5555
</PropertyGroup>
56+
5657
</Project>

0 commit comments

Comments
 (0)