Skip to content

Commit 0ceb266

Browse files
committed
Downgrade
1 parent 1a6d72e commit 0ceb266

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

build/dependencies.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
as long as the version we compile for is binary compatible with what the .NET Core SDK uses.
2626
-->
2727
<PropertyGroup>
28-
<MicrosoftBuildPackageVersion>16.8.0</MicrosoftBuildPackageVersion>
28+
<MicrosoftBuildPackageVersion>15.8.166</MicrosoftBuildPackageVersion>
2929
<MicrosoftBuildFrameworkPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildFrameworkPackageVersion>
3030
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
3131
<MicrosoftBuildTasksCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildTasksCorePackageVersion>
3232
<Tooling_NewtonsoftJsonPackageVersion>9.0.1</Tooling_NewtonsoftJsonPackageVersion>
33-
<Tooling_NuGetBuildTasksPackageVersion>5.11.6</Tooling_NuGetBuildTasksPackageVersion>
33+
<Tooling_NuGetBuildTasksPackageVersion>4.9.6</Tooling_NuGetBuildTasksPackageVersion>
3434
</PropertyGroup>
3535

3636
<!-- These are set to flow into RepoTasks.csproj -->

modules/KoreBuild.Tasks/KoreBuild.Tasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net472</TargetFramework>
4+
<TargetFramework>netstandard2.0</TargetFramework>
55
<AssemblyName>Internal.AspNetCore.KoreBuild.Tasks</AssemblyName>
66
</PropertyGroup>
77

src/Internal.AspNetCore.SiteExtension.Sdk/Internal.AspNetCore.SiteExtension.Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageId>Internal.AspNetCore.SiteExtension.Sdk</PackageId>
5-
<TargetFrameworks>net472</TargetFrameworks>
5+
<TargetFrameworks>netcoreapp2.1;net46</TargetFrameworks>
66
<Serviceable>false</Serviceable>
77
<Description>Build targets and extensions to Microsoft.NET.Sdk. This package is intended for Microsoft use only.</Description>
88
<NuspecFile>$(MSBuildThisFileDirectory)$(MSBuildProjectName).nuspec</NuspecFile>

src/Internal.AspNetCore.SiteExtension.Sdk/Internal.AspNetCore.SiteExtension.Sdk.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<files>
1212
<file src="_._" target="lib\netstandard1.0\_._" />
1313
<file src="bin\$config$\netcoreapp2.1\Internal.AspNetCore.SiteExtension.Sdk.dll" target="tools\netcoreapp2.1\Internal.AspNetCore.SiteExtension.Sdk.dll" />
14-
<file src="bin\$config$\net472\Internal.AspNetCore.SiteExtension.Sdk.dll" target="tools\net472\Internal.AspNetCore.SiteExtension.Sdk.dll" />
14+
<file src="bin\$config$\net472\Internal.AspNetCore.SiteExtension.Sdk.dll" target="tools\net46\Internal.AspNetCore.SiteExtension.Sdk.dll" />
1515
<file src="build\" target="build\" />
1616
<file src="content\" target="content\" />
1717
</files>

test/KoreBuild.Tasks.Tests/KoreBuild.Tasks.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net472</TargetFramework>
4+
<TargetFramework>netcoreapp2.1</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>

0 commit comments

Comments
 (0)