diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props index 61b9a9137083..2107a7184193 100644 --- a/eng/SourceBuild.props +++ b/eng/SourceBuild.props @@ -8,6 +8,7 @@ $(InnerBuildArgs) /p:Projects="$(InnerSourceBuildRepoRoot)\source-build.slnf" $(InnerBuildArgs) /p:UseSharedCompilation=false + $(InnerBuildArgs) /p:NativeAotSupported=false diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fa900ce8402c..d412def302f3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,13 +46,13 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime d099f075e45d2aa6007a22b71b45a08758559f80 - + https://github.com/dotnet/msbuild - 98924b86bbc19aff3360f9cc3a2922df6a5c5d6a + a17ac112eced1efb8b45a83f0c53f1263844ef75 - + https://github.com/dotnet/msbuild - 98924b86bbc19aff3360f9cc3a2922df6a5c5d6a + a17ac112eced1efb8b45a83f0c53f1263844ef75 https://github.com/dotnet/fsharp @@ -109,13 +109,13 @@ https://github.com/nuget/nuget.client 743503cb3c7e9ced2602ee2e29c38d63cc339451 - + https://github.com/microsoft/vstest - 5e9c3debd9d0007c53e7510ac030ea5e8fc483f4 + f516f7de1594ff3e53450e5ed026e981988e0558 - + https://github.com/dotnet/linker - 19fa656d35252ccf926e6a6d783b16a2f094aaef + de8bf14fcdfb55f2bae3db8cfc310ddd8ee921e6 @@ -123,9 +123,9 @@ d099f075e45d2aa6007a22b71b45a08758559f80 - + https://github.com/dotnet/linker - 19fa656d35252ccf926e6a6d783b16a2f094aaef + de8bf14fcdfb55f2bae3db8cfc310ddd8ee921e6 https://dev.azure.com/dnceng/internal/_git/dotnet-runtime diff --git a/eng/Versions.props b/eng/Versions.props index f10d9b003de3..f8660164d76d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -80,13 +80,13 @@ - 17.6.0-preview-20230117-02 + 17.6.0-preview-20230120-03 $(MicrosoftNETTestSdkPackageVersion) $(MicrosoftNETTestSdkPackageVersion) - 7.0.100-1.23062.2 + 7.0.100-1.23068.1 $(MicrosoftNETILLinkTasksPackageVersion) @@ -106,7 +106,7 @@ - 17.6.0-preview-23068-05 + 17.6.0-preview-23070-03 $(MicrosoftBuildPackageVersion) true true + false + true @@ -151,7 +153,7 @@ Copyright (c) .NET Foundation. All rights reserved. - + diff --git a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets index 2fc132cd2e42..10a4de50723f 100644 --- a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets +++ b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets @@ -1181,7 +1181,7 @@ Copyright (c) .NET Foundation. All rights reserved. - + diff --git a/src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAHelloWorldProject.cs b/src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAHelloWorldProject.cs index 978dc4677f8a..0aaed196c307 100644 --- a/src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAHelloWorldProject.cs +++ b/src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAHelloWorldProject.cs @@ -70,16 +70,10 @@ public void It_publishes_portable_apps_to_the_publish_folder_and_the_app_should_ } [Theory] - [InlineData("netcoreapp1.1")] [InlineData("netcoreapp2.0")] [InlineData(ToolsetInfo.CurrentTargetFramework)] public void It_publishes_self_contained_apps_to_the_publish_folder_and_the_app_should_run(string targetFramework) { - if (!EnvironmentInfo.SupportsTargetFramework(targetFramework)) - { - return; - } - var rid = EnvironmentInfo.GetCompatibleRid(targetFramework); var helloWorldAsset = _testAssetsManager diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Class-VisualBasic/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Class-VisualBasic/.template.config/localize/templatestrings.de.json index 1d94f4115a41..f6990afec0e2 100644 --- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Class-VisualBasic/.template.config/localize/templatestrings.de.json +++ b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Class-VisualBasic/.template.config/localize/templatestrings.de.json @@ -1,5 +1,5 @@ { "author": "Microsoft", "name": "Klasse", - "description": "Creates a new Visual Basic class" + "description": "Erstellt eine neue Visual Basic-Klasse" } \ No newline at end of file diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Class-VisualBasic/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Class-VisualBasic/.template.config/localize/templatestrings.tr.json index 654cc831fd03..8e7222d07fe2 100644 --- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Class-VisualBasic/.template.config/localize/templatestrings.tr.json +++ b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Class-VisualBasic/.template.config/localize/templatestrings.tr.json @@ -1,5 +1,5 @@ { "author": "Microsoft", "name": "Sınıf", - "description": "Creates a new Visual Basic class" + "description": "Yeni bir Visual Basic sınıfı oluşturur" } \ No newline at end of file diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Enum-VisualBasic/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Enum-VisualBasic/.template.config/localize/templatestrings.de.json index 210a6b6fa19b..d9c833305f90 100644 --- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Enum-VisualBasic/.template.config/localize/templatestrings.de.json +++ b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Enum-VisualBasic/.template.config/localize/templatestrings.de.json @@ -1,5 +1,5 @@ { "author": "Microsoft", "name": "Enumeration", - "description": "Creates a new Visual Basic enum" + "description": "Erstellt eine neue Visual Basic-Enumeration" } \ No newline at end of file diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Enum-VisualBasic/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Enum-VisualBasic/.template.config/localize/templatestrings.tr.json index df9f6ffaff17..a2bd6b8ee61e 100644 --- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Enum-VisualBasic/.template.config/localize/templatestrings.tr.json +++ b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Enum-VisualBasic/.template.config/localize/templatestrings.tr.json @@ -1,5 +1,5 @@ { "author": "Microsoft", "name": "Sabit listesi", - "description": "Creates a new Visual Basic enum" + "description": "Yeni bir Visual Basic sabit listesi oluşturur" } \ No newline at end of file diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Interface-VisualBasic/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Interface-VisualBasic/.template.config/localize/templatestrings.de.json index c6bd4197a1aa..bc3da8cdc959 100644 --- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Interface-VisualBasic/.template.config/localize/templatestrings.de.json +++ b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Interface-VisualBasic/.template.config/localize/templatestrings.de.json @@ -1,5 +1,5 @@ { "author": "Microsoft", "name": "Schnittstelle", - "description": "Creates a new Visual Basic interface" + "description": "Erstellt eine neue Visual Basic-Schnittstelle" } \ No newline at end of file diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Interface-VisualBasic/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Interface-VisualBasic/.template.config/localize/templatestrings.tr.json index ccfbbd97bfff..33f886b89e3c 100644 --- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Interface-VisualBasic/.template.config/localize/templatestrings.tr.json +++ b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Interface-VisualBasic/.template.config/localize/templatestrings.tr.json @@ -1,5 +1,5 @@ { "author": "Microsoft", "name": "Arabirim", - "description": "Creates a new Visual Basic interface" + "description": "Yeni bir Visual Basic arabirimi oluşturur" } \ No newline at end of file diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Struct-VisualBasic/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Struct-VisualBasic/.template.config/localize/templatestrings.de.json index 8d43adf0cf6f..caf92c45341a 100644 --- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Struct-VisualBasic/.template.config/localize/templatestrings.de.json +++ b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Struct-VisualBasic/.template.config/localize/templatestrings.de.json @@ -1,5 +1,5 @@ { "author": "Microsoft", "name": "Struktur", - "description": "Creates a new Visual Basic structure" + "description": "Erstellt eine neue Visual Basic-Struktur" } \ No newline at end of file diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Struct-VisualBasic/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Struct-VisualBasic/.template.config/localize/templatestrings.tr.json index 4325c2c64037..c5c3e6914da2 100644 --- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Struct-VisualBasic/.template.config/localize/templatestrings.tr.json +++ b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Struct-VisualBasic/.template.config/localize/templatestrings.tr.json @@ -1,5 +1,5 @@ { "author": "Microsoft", "name": "Yapı", - "description": "Creates a new Visual Basic structure" + "description": "Yeni bir Visual Basic yapısı oluşturur" } \ No newline at end of file