File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
MSBuildProjectCreator.UnitTests Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <ItemGroup >
4- <PackageReference Update =" Microsoft.Build" Version =" 16.0.461 " />
5- <PackageReference Update =" Microsoft.NET.Test.Sdk" Version =" 16.1.1 " />
4+ <PackageReference Update =" Microsoft.Build" Version =" 16.3.0 " />
5+ <PackageReference Update =" Microsoft.NET.Test.Sdk" Version =" 16.3.0 " />
66 <PackageReference Update =" Microsoft.VisualStudio.Setup.Configuration.Interop" Version =" 1.16.30" />
77 <PackageReference Update =" MSTest.TestAdapter" Version =" 1.1.18" />
88 <PackageReference Update =" MSTest.TestFramework" Version =" 1.1.18" />
1212 </ItemGroup >
1313
1414 <ItemGroup >
15- <GlobalPackageReference Include =" Microsoft.Build.Artifacts" Version =" 1 .0.68 " />
16- <GlobalPackageReference Include =" Nerdbank.GitVersioning" Version =" 2.3.167 " Condition =" '$(EnableGitVersioning)' != 'false' " />
15+ <GlobalPackageReference Include =" Microsoft.Build.Artifacts" Version =" 2 .0.1 " />
16+ <GlobalPackageReference Include =" Nerdbank.GitVersioning" Version =" 3.0.26 " Condition =" '$(EnableGitVersioning)' != 'false' " />
1717 <GlobalPackageReference Include =" StyleCop.Analyzers" Version =" 1.1.118" Condition =" '$(EnableStyleCopAnalyzers)' != 'false' " />
1818 </ItemGroup >
1919
Original file line number Diff line number Diff line change 11{
22 "msbuild-sdks" : {
3- "Microsoft.Build.CentralPackageVersions" : " 2.0.36 "
3+ "Microsoft.Build.CentralPackageVersions" : " 2.0.52 "
44 }
55}
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net472;netcoreapp2.1 </TargetFrameworks >
3+ <TargetFrameworks >net472;netcoreapp3.0 </TargetFrameworks >
44 <IsPackable >false</IsPackable >
55 <AssemblyName >Microsoft.Build.Utilities.ProjectCreation.UnitTests</AssemblyName >
66 <RootNamespace >Microsoft.Build.Utilities.ProjectCreation.UnitTests</RootNamespace >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >netstandard2.0;net46;netcoreapp2.1;net472</TargetFrameworks >
3+ <TargetFrameworks >netstandard2.0;net46;netcoreapp2.1;net472;netcoreapp3.0 </TargetFrameworks >
44 <RootNamespace >Microsoft.Build.Utilities.ProjectCreation</RootNamespace >
55 <AssemblyName >Microsoft.Build.Utilities.ProjectCreation</AssemblyName >
66 <GenerateDocumentationFile >true</GenerateDocumentationFile >
77 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
88 <ArtifactsPath >..\..\artifacts\$(MSBuildProjectName)</ArtifactsPath >
99 <CopyArtifactsAfterTargets >Pack</CopyArtifactsAfterTargets >
1010 <DefaultArtifactsFileMatch >*nupkg</DefaultArtifactsFileMatch >
11- <DefineConstants Condition =" '$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'netcoreapp2.1'" >$(DefineConstants);NETCORE</DefineConstants >
11+ <DefineConstants Condition =" '$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'netcoreapp2.1' Or '$(TargetFramework)' == 'netcoreapp3.0' " >$(DefineConstants);NETCORE</DefineConstants >
1212 </PropertyGroup >
1313
1414 <PropertyGroup Label =" Package properties" >
2727 <PackageReference Include =" Microsoft.Build" ExcludeAssets =" Runtime" VersionOverride =" 15.9.20" />
2828 </ItemGroup >
2929
30- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1' Or '$(TargetFramework)' == 'net472'" >
30+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.0' Or '$(TargetFramework)' == ' netcoreapp2.1' Or '$(TargetFramework)' == 'net472'" >
3131 <PackageReference Include =" Microsoft.Build" ExcludeAssets =" Runtime" />
3232 </ItemGroup >
3333
You can’t perform that action at this time.
0 commit comments