Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit ee01a10

Browse files
committed
build: Add MSBuildSdk PackageType to Sdks
1 parent 0ce9aa4 commit ee01a10

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/CodeGeneration.Roslyn.Plugin.Sdk/CodeGeneration.Roslyn.Plugin.Sdk.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.Build.NoTargets">
22

33
<PropertyGroup>
4+
<PackageType>MSBuildSdk</PackageType>
45
<TargetFramework>netstandard1.0</TargetFramework>
56
<Description>The MSBuild project SDK that helps correctly create CodeGeneration.Roslyn plugins (generators).
67

src/CodeGeneration.Roslyn.PluginMetapackage.Sdk/CodeGeneration.Roslyn.PluginMetapackage.Sdk.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.Build.NoTargets">
22

33
<PropertyGroup>
4+
<PackageType>MSBuildSdk</PackageType>
45
<TargetFramework>netstandard1.0</TargetFramework>
56
<Description>The MSBuild project SDK that helps correctly create metapackage for CodeGeneration.Roslyn plugins (generators).
67

src/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": { "version": "3.1.100" },
33
"msbuild-sdks": {
4-
"Microsoft.Build.NoTargets": "1.0.73"
4+
"Microsoft.Build.NoTargets": "1.0.94"
55
}
66
}

0 commit comments

Comments
 (0)