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

Commit 8cd6ce8

Browse files
committed
Target .NET Core 2.0 with dotnet-codegen tool.
1 parent 1b9a41f commit 8cd6ce8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CodeGeneration.Roslyn.Tests/CodeGeneration.Roslyn.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<TargetFramework>net462</TargetFramework>
66
<CodeGenerationRoslynToolsRootPath>$(OutputPath)..\..\CodeGeneration.Roslyn.Tasks\$(Configuration)\</CodeGenerationRoslynToolsRootPath>
7-
<GenerateCodeFromAttributesToolPathOverride>$(OutputPath)..\..\CodeGeneration.Roslyn.Tool\$(Configuration)\netcoreapp1.0\dotnet-codegen.dll</GenerateCodeFromAttributesToolPathOverride>
7+
<GenerateCodeFromAttributesToolPathOverride>$(OutputPath)..\..\CodeGeneration.Roslyn.Tool\$(Configuration)\netcoreapp2.0\dotnet-codegen.dll</GenerateCodeFromAttributesToolPathOverride>
88
</PropertyGroup>
99

1010
<ItemGroup>

src/CodeGeneration.Roslyn.Tool/CodeGeneration.Roslyn.Tool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<PackageType>DotnetCliTool</PackageType>
55
<OutputType>Exe</OutputType>
6-
<TargetFramework>netcoreapp1.0</TargetFramework>
6+
<TargetFramework>netcoreapp2.0</TargetFramework>
77
<AssemblyName>dotnet-codegen</AssemblyName>
88
<LangVersion>7.1</LangVersion>
99
</PropertyGroup>

0 commit comments

Comments
 (0)