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

Commit 4a51fd0

Browse files
authoredAug 26, 2018
Merge pull request #86 from AArnott/fix84
Target .NET Core 2.0 with the `dotnet-codegen` tool
2 parents 50458b5 + 8cd6ce8 commit 4a51fd0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

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

+1-1
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

+1-1
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>

‎src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<RepositoryUrl>https://github.com/aarnott/CodeGeneration.Roslyn</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<IsPackable Condition=" $(MSBuildProjectName.Contains('Test')) ">false</IsPackable>
14-
<NerdbankGitVersioningVersion>2.1.23</NerdbankGitVersioningVersion>
14+
<NerdbankGitVersioningVersion>2.2.13</NerdbankGitVersioningVersion>
1515
</PropertyGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)
Failed to load comments.