This commit is contained in:
Daniel Monroy 2021-04-06 20:28:18 -07:00
Родитель 19f5882c68
Коммит 8e4aefa533
5 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<TargetFramework>net461</TargetFramework>
<VisualStudioInsertionComponent>Microsoft.NuGet.Build.Tasks</VisualStudioInsertionComponent>
</PropertyGroup>

Просмотреть файл

@ -10,7 +10,7 @@ folder "InstallDir:\MSBuild\Current\Microsoft.Common.Targets\ImportAfter"
folder "InstallDir:\MSBuild\Current\SolutionFile\ImportAfter"
file source="$(MSBuildProjectDirectory)\..\..\..\src\Microsoft.NuGet.Build.Tasks\ImportBeforeAfter\Microsoft.NuGet.Solution.ImportAfter.targets"
folder "InstallDir:\MSBuild\Microsoft\NuGet\16.0"
file source="$(ArtifactsBinDir)\Microsoft.NuGet.Build.Tasks\$(Configuration)\net48\Microsoft.NuGet.Build.Tasks.dll"
file source="$(ArtifactsBinDir)\Microsoft.NuGet.Build.Tasks\$(Configuration)\net48\Newtonsoft.Json.dll"
file source="$(ArtifactsBinDir)\Microsoft.NuGet.Build.Tasks\$(Configuration)\net46\Microsoft.NuGet.Build.Tasks.dll"
file source="$(ArtifactsBinDir)\Microsoft.NuGet.Build.Tasks\$(Configuration)\net46\Newtonsoft.Json.dll"
file source="$(MSBuildProjectDirectory)\..\..\..\src\Microsoft.NuGet.Build.Tasks\Microsoft.NuGet.props"
file source="$(MSBuildProjectDirectory)\..\..\..\src\Microsoft.NuGet.Build.Tasks\Microsoft.NuGet.targets"

Просмотреть файл

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<TargetFramework>net46</TargetFramework>
</PropertyGroup>
<ItemGroup>

Просмотреть файл

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<TargetFramework>net46</TargetFramework>
<IsPackable>true</IsPackable>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>

Просмотреть файл

@ -4,7 +4,7 @@
"Newtonsoft.Json": "6.0.4"
},
"frameworks": {
"net48": {}
"net45": {}
},
"runtimes": {
"win": {}