2017-06-20 04:37:47 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-09-05 21:44:25 +00:00
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2018-12-26 17:48:10 +00:00
|
|
|
<!-- Arcade features -->
|
2017-06-20 04:37:47 +00:00
|
|
|
<PropertyGroup>
|
2018-12-26 17:48:10 +00:00
|
|
|
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
|
|
|
|
</PropertyGroup>
|
2018-12-20 21:52:32 +00:00
|
|
|
<PropertyGroup>
|
2020-08-20 21:19:34 +00:00
|
|
|
<VersionMajor>6</VersionMajor>
|
2019-12-20 21:13:26 +00:00
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
<VersionSDKMinor>1</VersionSDKMinor>
|
2019-12-23 23:03:33 +00:00
|
|
|
<VersionFeature>00</VersionFeature>
|
|
|
|
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature)</VersionPrefix>
|
2021-07-16 21:48:15 +00:00
|
|
|
<PreReleaseVersionLabel>rc</PreReleaseVersionLabel>
|
2021-07-16 17:33:01 +00:00
|
|
|
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
|
2019-12-20 21:13:26 +00:00
|
|
|
<MajorMinorVersion>$(VersionMajor).$(VersionMinor)</MajorMinorVersion>
|
|
|
|
<CliProductBandVersion>$(MajorMinorVersion).$(VersionSDKMinor)</CliProductBandVersion>
|
2020-09-22 14:59:59 +00:00
|
|
|
<!-- Enable to remove prerelease label. -->
|
|
|
|
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
|
|
|
|
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
|
2018-12-20 21:52:32 +00:00
|
|
|
</PropertyGroup>
|
2020-08-19 18:58:16 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<!-- Dependency from https://github.com/dotnet/arcade -->
|
2021-07-17 13:11:42 +00:00
|
|
|
<MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.21366.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
2020-08-19 18:58:16 +00:00
|
|
|
</PropertyGroup>
|
2019-04-06 02:54:08 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<!-- Dependency from https://github.com/dotnet/winforms -->
|
Update dependencies from https://github.com/dotnet/sdk build 20210718.2
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 6.0.100-preview.7.21364.1 -> To Version 6.0.100-rc.1.21368.2
Dependency coherency updates
Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0,VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0,dotnet-dev-certs,dotnet-user-secrets,Microsoft.DotNet.Common.ItemTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks
From Version 6.0.0-preview.7.21359.1 -> To Version 6.0.0-rc.1.21367.6 (parent: Microsoft.NET.Sdk
2021-07-18 16:00:08 +00:00
|
|
|
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>6.0.0-rc.1.21366.1</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
|
2019-04-06 02:54:08 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<!-- Dependency from https://github.com/dotnet/wpf -->
|
Update dependencies from https://github.com/dotnet/sdk build 20210718.2
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 6.0.100-preview.7.21364.1 -> To Version 6.0.100-rc.1.21368.2
Dependency coherency updates
Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0,VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0,dotnet-dev-certs,dotnet-user-secrets,Microsoft.DotNet.Common.ItemTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks
From Version 6.0.0-preview.7.21359.1 -> To Version 6.0.0-rc.1.21367.6 (parent: Microsoft.NET.Sdk
2021-07-18 16:00:08 +00:00
|
|
|
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>6.0.0-rc.1.21367.4</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
|
2018-08-01 01:31:02 +00:00
|
|
|
</PropertyGroup>
|
2019-10-01 21:04:26 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<!-- Dependency from https://github.com/dotnet/templating -->
|
Update dependencies from https://github.com/dotnet/sdk build 20210719.23
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 6.0.100-rc.1.21369.1 -> To Version 6.0.100-rc.1.21369.23
Dependency coherency updates
VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.DotNet.Common.ItemTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset
From Version 6.0.0-rc.1.21368.1 -> To Version 6.0.0-rc.1.21369.2 (parent: Microsoft.NET.Sdk
2021-07-19 22:18:55 +00:00
|
|
|
<MicrosoftDotNetCommonItemTemplatesPackageVersion>6.0.100-rc.1.21369.5</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
2019-10-01 21:04:26 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<!-- Dependency from https://github.com/dotnet/test-templates -->
|
2021-07-15 19:09:52 +00:00
|
|
|
<MicrosoftDotNetTestProjectTemplates50PackageVersion>1.0.2-beta4.21365.1</MicrosoftDotNetTestProjectTemplates50PackageVersion>
|
|
|
|
<MicrosoftDotNetTestProjectTemplates60PackageVersion>1.0.2-beta4.21365.1</MicrosoftDotNetTestProjectTemplates60PackageVersion>
|
2019-10-01 21:04:26 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<!-- NUnit3.DotNetNew.Template versions do not 'flow in' -->
|
2020-04-15 18:52:24 +00:00
|
|
|
<NUnit3DotNetNewTemplatePackageVersion>1.8.1</NUnit3DotNetNewTemplatePackageVersion>
|
2018-08-01 01:31:02 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
2018-11-21 01:33:30 +00:00
|
|
|
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
|
2021-07-19 00:40:47 +00:00
|
|
|
<MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>6.0.0-rc.1.21367.4</MicrosoftAspNetCoreAppRuntimewinx64PackageVersion>
|
|
|
|
<MicrosoftAspNetCoreAppRefPackageVersion>6.0.0-rc.1.21367.4</MicrosoftAspNetCoreAppRefPackageVersion>
|
|
|
|
<MicrosoftAspNetCoreAppRefInternalPackageVersion>6.0.0-rc.1.21367.4</MicrosoftAspNetCoreAppRefInternalPackageVersion>
|
|
|
|
<VSRedistCommonAspNetCoreSharedFrameworkx6460PackageVersion>6.0.0-rc.1.21367.4</VSRedistCommonAspNetCoreSharedFrameworkx6460PackageVersion>
|
|
|
|
<dotnetdevcertsPackageVersion>6.0.0-rc.1.21367.4</dotnetdevcertsPackageVersion>
|
|
|
|
<dotnetusersecretsPackageVersion>6.0.0-rc.1.21367.4</dotnetusersecretsPackageVersion>
|
2018-08-01 01:31:02 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
2017-12-04 21:20:37 +00:00
|
|
|
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
|
2017-12-04 22:32:56 +00:00
|
|
|
</PropertyGroup>
|
2019-04-19 18:44:16 +00:00
|
|
|
<PropertyGroup>
|
2020-03-03 20:51:41 +00:00
|
|
|
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
2021-07-20 06:33:42 +00:00
|
|
|
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21369.35</MicrosoftNETSdkPackageVersion>
|
|
|
|
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21369.35</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
2019-06-24 20:24:27 +00:00
|
|
|
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
2020-03-03 20:51:41 +00:00
|
|
|
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
2020-09-16 04:26:58 +00:00
|
|
|
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
2019-04-19 18:44:16 +00:00
|
|
|
</PropertyGroup>
|
2019-10-19 00:12:15 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<!-- Dependencies from https://github.com/dotnet/corefx -->
|
Update dependencies from https://github.com/dotnet/sdk build 20210719.17
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 6.0.100-rc.1.21369.1 -> To Version 6.0.100-rc.1.21369.17
Dependency coherency updates
VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.DotNet.Common.ItemTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset
From Version 6.0.0-rc.1.21368.1 -> To Version 6.0.0-rc.1.21369.2 (parent: Microsoft.NET.Sdk
2021-07-19 19:39:45 +00:00
|
|
|
<MicrosoftNETCorePlatformsPackageVersion>6.0.0-rc.1.21369.2</MicrosoftNETCorePlatformsPackageVersion>
|
2019-10-19 00:12:15 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
Prepare for 3.0.1xx servicing
We were bumping targeting pack, framework-dependent default
runtime version, and self-contained default (latest) runtime
version in unison. This only works for previews where these
versions are all the same always. Now that we're servicing 3.0,
we:
1. Pin targeting packs to 3.0.0
2. Fix default framework-dependent runtime version at 3.0.0
This change also:
* Removes dependencies on legacy/internal netcoreapp packages. We
now use Microsoft.NETCore.App.Internal version exclusively to
calculate the blob storage path for core-setup.
* Uses PackageDownload for all templates, including
latest. PackageReference had been used for latest only because
it hid another bug with the netcoreapp reference of
redist.csproj that is fixed here. That reference is now a
FrameworkReference as it should be.
* Removes a bunch of shenanigans from
GenerateBundledVersions.props that were causing issues with
above. One casualty of that is that we hard code the RID lists
for runtime pack, which I don't think is too bad, and actually
will make it easier to merge in source build patches.
* Cleans up how runtime and targeting pack versions are
referenced throughout, removing incorrect assumptions about
them being the same.
* Incorporates a prior closed PR to use suffixed version for blob
storage, even when assets coming from blob storage are
stabilized. It needed changes to merge with this.
Note:
* A similar theoretical servicing issue exists for the versions
of apphost, hostfxr, shared host, which are still assumed to be
the same as the runtime version in several places. If we choose
to service those independently, more work is required.
* There will be a 3.0.1 ASP.NET targeting pack, and so we will
have to unpin that once it is ready. This change establishes
the baseline of all targeting packs being pinnned, and they can
be unpinned in the (hopefully rare) cases where they need to be
serviced.
2019-10-03 17:33:20 +00:00
|
|
|
<!-- Dependencies from https://github.com/dotnet/core-setup -->
|
Update dependencies from https://github.com/dotnet/sdk build 20210719.17
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 6.0.100-rc.1.21369.1 -> To Version 6.0.100-rc.1.21369.17
Dependency coherency updates
VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.DotNet.Common.ItemTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset
From Version 6.0.0-rc.1.21368.1 -> To Version 6.0.0-rc.1.21369.2 (parent: Microsoft.NET.Sdk
2021-07-19 19:39:45 +00:00
|
|
|
<VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion>6.0.0-rc.1.21369.2</VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion>
|
|
|
|
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>6.0.0-rc.1.21369.2</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
|
|
|
<MicrosoftNETCoreAppHostwinx64PackageVersion>6.0.0-rc.1.21369.2</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
|
|
|
<MicrosoftNETCoreAppRefPackageVersion>6.0.0-rc.1.21369.2</MicrosoftNETCoreAppRefPackageVersion>
|
|
|
|
<MicrosoftNETCoreDotNetHostResolverPackageVersion>6.0.0-rc.1.21369.2</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
Prepare for 3.0.1xx servicing
We were bumping targeting pack, framework-dependent default
runtime version, and self-contained default (latest) runtime
version in unison. This only works for previews where these
versions are all the same always. Now that we're servicing 3.0,
we:
1. Pin targeting packs to 3.0.0
2. Fix default framework-dependent runtime version at 3.0.0
This change also:
* Removes dependencies on legacy/internal netcoreapp packages. We
now use Microsoft.NETCore.App.Internal version exclusively to
calculate the blob storage path for core-setup.
* Uses PackageDownload for all templates, including
latest. PackageReference had been used for latest only because
it hid another bug with the netcoreapp reference of
redist.csproj that is fixed here. That reference is now a
FrameworkReference as it should be.
* Removes a bunch of shenanigans from
GenerateBundledVersions.props that were causing issues with
above. One casualty of that is that we hard code the RID lists
for runtime pack, which I don't think is too bad, and actually
will make it easier to merge in source build patches.
* Cleans up how runtime and targeting pack versions are
referenced throughout, removing incorrect assumptions about
them being the same.
* Incorporates a prior closed PR to use suffixed version for blob
storage, even when assets coming from blob storage are
stabilized. It needed changes to merge with this.
Note:
* A similar theoretical servicing issue exists for the versions
of apphost, hostfxr, shared host, which are still assumed to be
the same as the runtime version in several places. If we choose
to service those independently, more work is required.
* There will be a 3.0.1 ASP.NET targeting pack, and so we will
have to unpin that once it is ready. This change establishes
the baseline of all targeting packs being pinnned, and they can
be unpinned in the (hopefully rare) cases where they need to be
serviced.
2019-10-03 17:33:20 +00:00
|
|
|
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
|
|
|
|
</PropertyGroup>
|
2019-10-23 15:32:53 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<!-- Dependencies from https://github.com/dotnet/windowsdesktop -->
|
Update dependencies from https://github.com/dotnet/sdk build 20210718.2
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 6.0.100-preview.7.21364.1 -> To Version 6.0.100-rc.1.21368.2
Dependency coherency updates
Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0,VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0,dotnet-dev-certs,dotnet-user-secrets,Microsoft.DotNet.Common.ItemTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks
From Version 6.0.0-preview.7.21359.1 -> To Version 6.0.0-rc.1.21367.6 (parent: Microsoft.NET.Sdk
2021-07-18 16:00:08 +00:00
|
|
|
<VSRedistCommonWindowsDesktopSharedFrameworkx6460PackageVersion>6.0.0-rc.1.21367.6</VSRedistCommonWindowsDesktopSharedFrameworkx6460PackageVersion>
|
|
|
|
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>6.0.0-rc.1.21367.6</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
|
|
|
|
<MicrosoftWindowsDesktopAppRefPackageVersion>6.0.0-rc.1.21367.6</MicrosoftWindowsDesktopAppRefPackageVersion>
|
Prepare for 3.0.1xx servicing
We were bumping targeting pack, framework-dependent default
runtime version, and self-contained default (latest) runtime
version in unison. This only works for previews where these
versions are all the same always. Now that we're servicing 3.0,
we:
1. Pin targeting packs to 3.0.0
2. Fix default framework-dependent runtime version at 3.0.0
This change also:
* Removes dependencies on legacy/internal netcoreapp packages. We
now use Microsoft.NETCore.App.Internal version exclusively to
calculate the blob storage path for core-setup.
* Uses PackageDownload for all templates, including
latest. PackageReference had been used for latest only because
it hid another bug with the netcoreapp reference of
redist.csproj that is fixed here. That reference is now a
FrameworkReference as it should be.
* Removes a bunch of shenanigans from
GenerateBundledVersions.props that were causing issues with
above. One casualty of that is that we hard code the RID lists
for runtime pack, which I don't think is too bad, and actually
will make it easier to merge in source build patches.
* Cleans up how runtime and targeting pack versions are
referenced throughout, removing incorrect assumptions about
them being the same.
* Incorporates a prior closed PR to use suffixed version for blob
storage, even when assets coming from blob storage are
stabilized. It needed changes to merge with this.
Note:
* A similar theoretical servicing issue exists for the versions
of apphost, hostfxr, shared host, which are still assumed to be
the same as the runtime version in several places. If we choose
to service those independently, more work is required.
* There will be a 3.0.1 ASP.NET targeting pack, and so we will
have to unpin that once it is ready. This change establishes
the baseline of all targeting packs being pinnned, and they can
be unpinned in the (hopefully rare) cases where they need to be
serviced.
2019-10-03 17:33:20 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<!-- Runtime and Apphost pack versions are the same for all RIDs. We flow the x64 -->
|
|
|
|
<!-- version above and create aliases without the winx64 here for clarity elsewhere. -->
|
|
|
|
<MicrosoftNETCoreAppHostPackageVersion>$(MicrosoftNETCoreAppHostwinx64PackageVersion)</MicrosoftNETCoreAppHostPackageVersion>
|
|
|
|
<MicrosoftNETCoreAppRuntimePackageVersion>$(MicrosoftNETCoreAppRuntimewinx64PackageVersion)</MicrosoftNETCoreAppRuntimePackageVersion>
|
|
|
|
<MicrosoftAspNetCoreAppRuntimePackageVersion>$(MicrosoftAspNetCoreAppRuntimewinx64PackageVersion)</MicrosoftAspNetCoreAppRuntimePackageVersion>
|
|
|
|
<MicrosoftWindowsDesktopAppRuntimePackageVersion>$(MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion)</MicrosoftWindowsDesktopAppRuntimePackageVersion>
|
|
|
|
</PropertyGroup>
|
2021-02-04 21:27:04 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<!-- Dependencies from https://github.com/NuGet/NuGet.Client -->
|
|
|
|
<NuGetVersioningPackageVersion>5.8.0</NuGetVersioningPackageVersion>
|
|
|
|
</PropertyGroup>
|
2020-10-16 02:30:45 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<!-- Cross-release dependency versions -->
|
2021-02-10 08:10:30 +00:00
|
|
|
<MicrosoftDotNetCommonItemTemplates50PackageVersion>5.0.3</MicrosoftDotNetCommonItemTemplates50PackageVersion>
|
2020-10-16 02:30:45 +00:00
|
|
|
<MicrosoftAspNetCoreAppRuntime50PackageVersion>5.0.0-rc.2.20474.4</MicrosoftAspNetCoreAppRuntime50PackageVersion>
|
|
|
|
</PropertyGroup>
|
Prepare for 3.0.1xx servicing
We were bumping targeting pack, framework-dependent default
runtime version, and self-contained default (latest) runtime
version in unison. This only works for previews where these
versions are all the same always. Now that we're servicing 3.0,
we:
1. Pin targeting packs to 3.0.0
2. Fix default framework-dependent runtime version at 3.0.0
This change also:
* Removes dependencies on legacy/internal netcoreapp packages. We
now use Microsoft.NETCore.App.Internal version exclusively to
calculate the blob storage path for core-setup.
* Uses PackageDownload for all templates, including
latest. PackageReference had been used for latest only because
it hid another bug with the netcoreapp reference of
redist.csproj that is fixed here. That reference is now a
FrameworkReference as it should be.
* Removes a bunch of shenanigans from
GenerateBundledVersions.props that were causing issues with
above. One casualty of that is that we hard code the RID lists
for runtime pack, which I don't think is too bad, and actually
will make it easier to merge in source build patches.
* Cleans up how runtime and targeting pack versions are
referenced throughout, removing incorrect assumptions about
them being the same.
* Incorporates a prior closed PR to use suffixed version for blob
storage, even when assets coming from blob storage are
stabilized. It needed changes to merge with this.
Note:
* A similar theoretical servicing issue exists for the versions
of apphost, hostfxr, shared host, which are still assumed to be
the same as the runtime version in several places. If we choose
to service those independently, more work is required.
* There will be a 3.0.1 ASP.NET targeting pack, and so we will
have to unpin that once it is ready. This change establishes
the baseline of all targeting packs being pinnned, and they can
be unpinned in the (hopefully rare) cases where they need to be
serviced.
2019-10-03 17:33:20 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<HostFxrVersion>$(MicrosoftNETCoreAppRuntimePackageVersion)</HostFxrVersion>
|
|
|
|
<SharedHostVersion>$(MicrosoftNETCoreAppRuntimePackageVersion)</SharedHostVersion>
|
2017-06-20 04:37:47 +00:00
|
|
|
</PropertyGroup>
|
2021-05-05 03:55:39 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<WixPackageVersion>3.14.0-dotnet</WixPackageVersion>
|
|
|
|
</PropertyGroup>
|
2019-07-17 23:18:41 +00:00
|
|
|
<PropertyGroup>
|
2020-10-16 02:30:45 +00:00
|
|
|
<!-- 6.0 Template versions -->
|
|
|
|
<MicrosoftDotnetWinFormsProjectTemplates60PackageVersion>$(MicrosoftDotnetWinFormsProjectTemplatesPackageVersion)</MicrosoftDotnetWinFormsProjectTemplates60PackageVersion>
|
|
|
|
<MicrosoftDotNetWpfProjectTemplates60PackageVersion>$(MicrosoftDotNetWpfProjectTemplatesPackageVersion)</MicrosoftDotNetWpfProjectTemplates60PackageVersion>
|
|
|
|
<NUnit3Templates60PackageVersion>$(NUnit3DotNetNewTemplatePackageVersion)</NUnit3Templates60PackageVersion>
|
|
|
|
<MicrosoftDotNetCommonItemTemplates60PackageVersion>$(MicrosoftDotNetCommonItemTemplatesPackageVersion)</MicrosoftDotNetCommonItemTemplates60PackageVersion>
|
|
|
|
<MicrosoftDotNetCommonProjectTemplates60PackageVersion>$(MicrosoftDotNetCommonItemTemplatesPackageVersion)</MicrosoftDotNetCommonProjectTemplates60PackageVersion>
|
|
|
|
<AspNetCorePackageVersionFor60Templates>$(MicrosoftAspNetCoreAppRuntimePackageVersion)</AspNetCorePackageVersionFor60Templates>
|
2020-02-27 21:25:10 +00:00
|
|
|
<!-- 5.0 Template versions -->
|
|
|
|
<MicrosoftDotnetWinFormsProjectTemplates50PackageVersion>$(MicrosoftDotnetWinFormsProjectTemplatesPackageVersion)</MicrosoftDotnetWinFormsProjectTemplates50PackageVersion>
|
|
|
|
<MicrosoftDotNetWpfProjectTemplates50PackageVersion>$(MicrosoftDotNetWpfProjectTemplatesPackageVersion)</MicrosoftDotNetWpfProjectTemplates50PackageVersion>
|
|
|
|
<NUnit3Templates50PackageVersion>$(NUnit3DotNetNewTemplatePackageVersion)</NUnit3Templates50PackageVersion>
|
2020-10-16 02:30:45 +00:00
|
|
|
<MicrosoftDotNetCommonItemTemplates50PackageVersion>$(MicrosoftDotNetCommonItemTemplates50PackageVersion)</MicrosoftDotNetCommonItemTemplates50PackageVersion>
|
|
|
|
<MicrosoftDotNetCommonProjectTemplates50PackageVersion>$(MicrosoftDotNetCommonItemTemplates50PackageVersion)</MicrosoftDotNetCommonProjectTemplates50PackageVersion>
|
2021-07-14 20:23:33 +00:00
|
|
|
<AspNetCorePackageVersionFor50Templates>5.0.8</AspNetCorePackageVersionFor50Templates>
|
2019-09-20 22:20:01 +00:00
|
|
|
<!-- 3.1 Template versions -->
|
2020-02-27 21:25:10 +00:00
|
|
|
<MicrosoftDotnetWinFormsProjectTemplates31PackageVersion>4.8.1-servicing.19605.5</MicrosoftDotnetWinFormsProjectTemplates31PackageVersion>
|
|
|
|
<MicrosoftDotNetWpfProjectTemplates31PackageVersion>3.1.2-servicing.20066.4</MicrosoftDotNetWpfProjectTemplates31PackageVersion>
|
2020-03-26 12:39:05 +00:00
|
|
|
<NUnit3Templates31PackageVersion>1.7.2</NUnit3Templates31PackageVersion>
|
2021-05-11 18:34:31 +00:00
|
|
|
<MicrosoftDotNetCommonItemTemplates31PackageVersion>3.1.15</MicrosoftDotNetCommonItemTemplates31PackageVersion>
|
2020-02-27 21:25:10 +00:00
|
|
|
<MicrosoftDotNetCommonProjectTemplates31PackageVersion>$(MicrosoftDotNetCommonItemTemplates31PackageVersion)</MicrosoftDotNetCommonProjectTemplates31PackageVersion>
|
2020-03-25 18:30:47 +00:00
|
|
|
<MicrosoftDotNetTestProjectTemplates31PackageVersion>$(MicrosoftDotNetTestProjectTemplates50PackageVersion)</MicrosoftDotNetTestProjectTemplates31PackageVersion>
|
2021-07-14 20:23:33 +00:00
|
|
|
<AspNetCorePackageVersionFor31Templates>3.1.17</AspNetCorePackageVersionFor31Templates>
|
2020-09-08 20:24:00 +00:00
|
|
|
<MicrosoftAspNetCoreComponentsWebAssemblyTemplatesPackageVersion>3.2.1</MicrosoftAspNetCoreComponentsWebAssemblyTemplatesPackageVersion>
|
2019-07-17 23:18:41 +00:00
|
|
|
<!-- 3.0 Template versions -->
|
2019-09-20 22:20:01 +00:00
|
|
|
<MicrosoftDotnetWinFormsProjectTemplates30PackageVersion>4.8.0-rc2.19462.10</MicrosoftDotnetWinFormsProjectTemplates30PackageVersion>
|
2019-09-24 19:48:28 +00:00
|
|
|
<MicrosoftDotNetWpfProjectTemplates30PackageVersion>3.0.0</MicrosoftDotNetWpfProjectTemplates30PackageVersion>
|
2019-11-12 12:10:24 +00:00
|
|
|
<NUnit3Templates30PackageVersion>1.6.5</NUnit3Templates30PackageVersion>
|
2019-07-24 16:14:47 +00:00
|
|
|
<MicrosoftDotNetCommonItemTemplates30PackageVersion>2.0.0-preview8.19373.1</MicrosoftDotNetCommonItemTemplates30PackageVersion>
|
2019-07-24 00:18:21 +00:00
|
|
|
<MicrosoftDotNetCommonProjectTemplates30PackageVersion>$(MicrosoftDotNetCommonItemTemplates30PackageVersion)</MicrosoftDotNetCommonProjectTemplates30PackageVersion>
|
2020-03-25 18:30:47 +00:00
|
|
|
<MicrosoftDotNetTestProjectTemplates30PackageVersion>$(MicrosoftDotNetTestProjectTemplates50PackageVersion)</MicrosoftDotNetTestProjectTemplates30PackageVersion>
|
2019-11-15 20:22:37 +00:00
|
|
|
<AspNetCorePackageVersionFor30Templates>3.0.1</AspNetCorePackageVersionFor30Templates>
|
2019-07-17 23:18:41 +00:00
|
|
|
<!-- 2.1 Template versions -->
|
|
|
|
<NUnit3Templates21PackageVersion>1.5.3</NUnit3Templates21PackageVersion>
|
|
|
|
<MicrosoftDotNetCommonItemTemplates21PackageVersion>1.0.2-beta3</MicrosoftDotNetCommonItemTemplates21PackageVersion>
|
|
|
|
<MicrosoftDotNetCommonProjectTemplates21PackageVersion>$(MicrosoftDotNetCommonItemTemplates21PackageVersion)</MicrosoftDotNetCommonProjectTemplates21PackageVersion>
|
2021-07-15 19:09:52 +00:00
|
|
|
<MicrosoftDotNetTestProjectTemplates21PackageVersion>1.0.2-beta4.21365.1</MicrosoftDotNetTestProjectTemplates21PackageVersion>
|
2021-05-11 18:34:31 +00:00
|
|
|
<AspNetCorePackageVersionFor21Templates>2.1.28</AspNetCorePackageVersionFor21Templates>
|
2019-07-17 23:18:41 +00:00
|
|
|
</PropertyGroup>
|
2017-06-20 04:37:47 +00:00
|
|
|
<!-- infrastructure and test only dependencies -->
|
|
|
|
<PropertyGroup>
|
2020-02-28 22:01:01 +00:00
|
|
|
<VersionToolsVersion>2.2.0-beta.19072.10</VersionToolsVersion>
|
2018-08-06 20:23:11 +00:00
|
|
|
<DotnetDebToolVersion>2.0.0</DotnetDebToolVersion>
|
Update dependencies from https://github.com/dotnet/sdk build 20210719.17
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 6.0.100-rc.1.21369.1 -> To Version 6.0.100-rc.1.21369.17
Dependency coherency updates
VS.Redist.Common.NetCore.SharedFramework.x64.6.0,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.DotNet.Common.ItemTemplates,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset
From Version 6.0.0-rc.1.21368.1 -> To Version 6.0.0-rc.1.21369.2 (parent: Microsoft.NET.Sdk
2021-07-19 19:39:45 +00:00
|
|
|
<MicrosoftNETTestSdkVersion>17.0.0-preview-20210719-01</MicrosoftNETTestSdkVersion>
|
2020-07-09 08:22:37 +00:00
|
|
|
</PropertyGroup>
|
2021-06-24 21:36:04 +00:00
|
|
|
<!-- dependencies for source-build tarball -->
|
|
|
|
<PropertyGroup>
|
|
|
|
<!-- These two MicrosoftBuild versions are required to build tarball tasks
|
|
|
|
These tasks will eventually move to Arcade and then these can be
|
|
|
|
removed. See https://github.com/dotnet/source-build/issues/2295 -->
|
|
|
|
<MicrosoftBuildFrameworkVersion>15.7.179</MicrosoftBuildFrameworkVersion>
|
|
|
|
<MicrosoftBuildUtilitiesCoreVersion>15.7.179</MicrosoftBuildUtilitiesCoreVersion>
|
2021-07-08 14:35:21 +00:00
|
|
|
<PrivateSourceBuiltArtifactsPackageVersion>0.1.0-6.0.100-bootstrap.6</PrivateSourceBuiltArtifactsPackageVersion>
|
2021-06-24 21:36:04 +00:00
|
|
|
</PropertyGroup>
|
2021-03-12 18:00:04 +00:00
|
|
|
<!-- Workload manifest package versions -->
|
2021-03-11 22:03:04 +00:00
|
|
|
<PropertyGroup>
|
2021-06-17 13:36:34 +00:00
|
|
|
<MauiWorkloadManifestVersion>6.0.100-ci.main.806</MauiWorkloadManifestVersion>
|
2021-05-06 19:43:54 +00:00
|
|
|
<XamarinAndroidWorkloadManifestVersion>11.0.200-ci.main.256</XamarinAndroidWorkloadManifestVersion>
|
|
|
|
<XamarinIOSWorkloadManifestVersion>14.5.100-ci.main.723</XamarinIOSWorkloadManifestVersion>
|
|
|
|
<XamarinMacCatalystWorkloadManifestVersion>14.5.100-ci.main.723</XamarinMacCatalystWorkloadManifestVersion>
|
|
|
|
<XamarinMacOSWorkloadManifestVersion>11.3.100-ci.main.723</XamarinMacOSWorkloadManifestVersion>
|
|
|
|
<XamarinTvOSWorkloadManifestVersion>14.5.100-ci.main.723</XamarinTvOSWorkloadManifestVersion>
|
2021-05-14 20:23:45 +00:00
|
|
|
<MonoWorkloadManifestVersion>$(MicrosoftNETCoreAppRefPackageVersion)</MonoWorkloadManifestVersion>
|
2021-07-19 16:15:25 +00:00
|
|
|
<MicrosoftNETWorkloadEmscriptenManifest60100Version>6.0.0-rc.1.21369.1</MicrosoftNETWorkloadEmscriptenManifest60100Version>
|
2021-07-09 22:02:16 +00:00
|
|
|
<EmscriptenWorkloadManifestVersion>$(MicrosoftNETWorkloadEmscriptenManifest60100Version)</EmscriptenWorkloadManifestVersion>
|
2021-03-11 22:03:04 +00:00
|
|
|
</PropertyGroup>
|
2019-06-24 20:24:27 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<!-- pinned dependency. This package is not being produced outside of the 2.0 branch of corefx and should not change. -->
|
|
|
|
<CLI_NETStandardLibraryNETFrameworkVersion>2.0.1-servicing-26011-01</CLI_NETStandardLibraryNETFrameworkVersion>
|
|
|
|
</PropertyGroup>
|
2020-09-18 04:16:38 +00:00
|
|
|
<Import Project="$(RepositoryEngineeringDir)ManualVersions.props" />
|
2017-06-20 04:37:47 +00:00
|
|
|
</Project>
|