Skip to content

Commit 5065b05

Browse files
authored
[automated] Merge branch 'release/8.0.1xx' => 'main' (#34991)
2 parents 65eed2c + 3cdfc7d commit 5065b05

25 files changed

+84
-147
lines changed

eng/Versions.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
<PropertyGroup>
105105
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
106106
<MicrosoftBuildPackageVersion>17.8.0-preview-23429-02</MicrosoftBuildPackageVersion>
107+
<MicrosoftBuildCurrentPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildCurrentPackageVersion>
107108
<!-- Some tasks and the resolver will need to run in an MSBuild that is older than the very latest,
108109
so target one that matches the version in minimumMSBuildVersion.
109110

src/Layout/redist/redist.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
<PackageReference Include="System.Text.Encoding.CodePages" />
4747
<PackageReference Include="System.Security.Cryptography.ProtectedData" />
4848
<PackageReference Include="System.Resources.Extensions" />
49+
<PackageReference Include="Microsoft.Build.Runtime" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
50+
<PackageReference Include="Microsoft.Build" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
51+
<PackageReference Include="Microsoft.Build.Tasks.Core" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
52+
<PackageReference Include="Microsoft.Build.Framework" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
53+
<PackageReference Include="Microsoft.Build.Utilities.Core" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
4954
</ItemGroup>
5055

5156
<ItemGroup>

src/Layout/tool_msbuild/tool_msbuild.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Build.Runtime" />
10+
<PackageReference Include="Microsoft.Build.Runtime" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
11+
<PackageReference Include="Microsoft.Build.Framework" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
12+
<PackageReference Include="Microsoft.Build" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
13+
<PackageReference Include="Microsoft.Build.Tasks.Core" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
14+
<PackageReference Include="Microsoft.Build.Utilities.Core" VersionOverride="$(MicrosoftBuildCurrentPackageVersion)" />
1115
<PackageReference Include="Microsoft.Build.Localization" />
1216
<PackageReference Include="System.Resources.Extensions" />
1317
</ItemGroup>

src/Tasks/Common/Resources/Strings.resx

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -832,10 +832,6 @@ You may need to build the project on another operating system or architecture, o
832832
<value>NETSDK1181: Error getting pack version: Pack '{0}' was not present in workload manifests.</value>
833833
<comment>{StrBegin="NETSDK1181: "}</comment>
834834
</data>
835-
<data name="Net6NotCompatibleWithDev16" xml:space="preserve">
836-
<value>NETSDK1182: Targeting .NET 6.0 or higher in Visual Studio 2019 is not supported.</value>
837-
<comment>{StrBegin="NETSDK1182: "}</comment>
838-
</data>
839835
<data name="TargetingPackNotRestored_TransitiveDisabled" xml:space="preserve">
840836
<value>NETSDK1184: The Targeting Pack for FrameworkReference '{0}' was not available. This may be because DisableTransitiveFrameworkReferenceDownloads was set to true.</value>
841837
<comment>{StrBegin="NETSDK1184: "}</comment>
@@ -864,10 +860,6 @@ You may need to build the project on another operating system or architecture, o
864860
<value>NETSDK1191: A runtime identifier for the property '{0}' couldn't be inferred. Specify a rid explicitly.</value>
865861
<comment>{StrBegin="NETSDK1191: "}</comment>
866862
</data>
867-
<data name="Net7NotCompatibleWithDev173" xml:space="preserve">
868-
<value>NETSDK1192: Targeting .NET 7.0 or higher in Visual Studio 2022 17.3 is not supported.</value>
869-
<comment>{StrBegin="NETSDK1192: "}</comment>
870-
</data>
871863
<data name="PublishSelfContainedMustBeBool" xml:space="preserve">
872864
<value>NETSDK1193: If PublishSelfContained is set, it must be either true or false. The value given was '{0}'.</value>
873865
<comment>{StrBegin="NETSDK1193: "}</comment>
@@ -952,5 +944,9 @@ You may need to build the project on another operating system or architecture, o
952944
&lt;IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))"&gt;true&lt;/IsTrimmable&gt;</value>
953945
<comment>{StrBegin="NETSDK1212: "}</comment>
954946
</data>
955-
<!-- The latest message added is IsTrimmableUnsupported. Please update this value with each PR to catch parallel PRs both adding a new message -->
947+
<data name="Net8NotCompatibleWithDev177" xml:space="preserve">
948+
<value>NETSDK1213: Targeting .NET 8.0 or higher in Visual Studio 2022 17.7 is not supported.</value>
949+
<comment>{StrBegin="NETSDK1213: "}</comment>
950+
</data>
951+
<!-- The latest message added is Net8NotCompatibleWithDev177. Please update this value with each PR to catch parallel PRs both adding a new message -->
956952
</root>

src/Tasks/Common/Resources/xlf/Strings.cs.xlf

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Tasks/Common/Resources/xlf/Strings.de.xlf

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Tasks/Common/Resources/xlf/Strings.es.xlf

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Tasks/Common/Resources/xlf/Strings.fr.xlf

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Tasks/Common/Resources/xlf/Strings.it.xlf

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Tasks/Common/Resources/xlf/Strings.ja.xlf

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)