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

Commit

Permalink
Merge pull request #86 from AArnott/fix84
Browse files Browse the repository at this point in the history
Target .NET Core 2.0 with the `dotnet-codegen` tool
  • Loading branch information
AArnott committed Aug 26, 2018
2 parents 50458b5 + 8cd6ce8 commit 4a51fd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<CodeGenerationRoslynToolsRootPath>$(OutputPath)..\..\CodeGeneration.Roslyn.Tasks\$(Configuration)\</CodeGenerationRoslynToolsRootPath>
<GenerateCodeFromAttributesToolPathOverride>$(OutputPath)..\..\CodeGeneration.Roslyn.Tool\$(Configuration)\netcoreapp1.0\dotnet-codegen.dll</GenerateCodeFromAttributesToolPathOverride>
<GenerateCodeFromAttributesToolPathOverride>$(OutputPath)..\..\CodeGeneration.Roslyn.Tool\$(Configuration)\netcoreapp2.0\dotnet-codegen.dll</GenerateCodeFromAttributesToolPathOverride>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<PackageType>DotnetCliTool</PackageType>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.0</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>dotnet-codegen</AssemblyName>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RepositoryUrl>https://github.com/aarnott/CodeGeneration.Roslyn</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<IsPackable Condition=" $(MSBuildProjectName.Contains('Test')) ">false</IsPackable>
<NerdbankGitVersioningVersion>2.1.23</NerdbankGitVersioningVersion>
<NerdbankGitVersioningVersion>2.2.13</NerdbankGitVersioningVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4a51fd0

Please sign in to comment.