Skip to content

Commit 187b6d4

Browse files
committed
Fixes for current build issues other than one.
1 parent e8ab6fb commit 187b6d4

17 files changed

+3
-404
lines changed

eng/Versions.props

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -280,20 +280,11 @@
280280
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.25070.1</MicrosoftSourceLinkGitLabVersion>
281281
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.25070.1</MicrosoftSourceLinkBitbucketGitVersion>
282282
</PropertyGroup>
283-
<!--
284-
Dependencies to support netstandard2.0 targets.
285-
Versions need to be conditionally selected: due to https://github.com/dotnet/sdk/issues/45155
286-
-->
287-
<PropertyGroup Condition="'$(DotNetBuildSourceOnly)' == 'true'">
283+
<PropertyGroup>
288284
<SystemBuffersVersion>4.6.0</SystemBuffersVersion>
289285
<SystemMemoryVersion>4.6.0</SystemMemoryVersion>
290286
<SystemThreadingTasksExtensionsVersion>4.6.0</SystemThreadingTasksExtensionsVersion>
291287
</PropertyGroup>
292-
<PropertyGroup Condition="'$(DotNetBuildSourceOnly)' != 'true'">
293-
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>
294-
<SystemMemoryVersion>4.5.5</SystemMemoryVersion>
295-
<SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
296-
</PropertyGroup>
297288
<!-- Get .NET Framework reference assemblies from NuGet packages -->
298289
<PropertyGroup>
299290
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>

src/Cli/dotnet/commands/dotnet-test/xlf/LocalizableStrings.cs.xlf

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

src/Cli/dotnet/commands/dotnet-test/xlf/LocalizableStrings.de.xlf

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

src/Cli/dotnet/commands/dotnet-test/xlf/LocalizableStrings.es.xlf

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

src/Cli/dotnet/commands/dotnet-test/xlf/LocalizableStrings.fr.xlf

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

src/Cli/dotnet/commands/dotnet-test/xlf/LocalizableStrings.it.xlf

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

src/Cli/dotnet/commands/dotnet-test/xlf/LocalizableStrings.ja.xlf

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

src/Cli/dotnet/commands/dotnet-test/xlf/LocalizableStrings.ko.xlf

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

src/Cli/dotnet/commands/dotnet-test/xlf/LocalizableStrings.pl.xlf

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

src/Cli/dotnet/commands/dotnet-test/xlf/LocalizableStrings.pt-BR.xlf

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

0 commit comments

Comments
 (0)