Skip to content

Commit

Permalink
Workaround for sdk#2698
Browse files Browse the repository at this point in the history
dotnet/sdk#2698
Align version and packagerversion, so packaged shim will have the correct embedded path.
  • Loading branch information
William Li authored and seancpeters committed Dec 11, 2018
1 parent 446cadd commit a8a3c4d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<PackageTags>dotnet;aspnet-codegenerator</PackageTags>
</PropertyGroup>

<!-- workaround for https://github.com/dotnet/sdk/issues/2698 -->
<PropertyGroup>
<Version>$(PackageVersion)</Version>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\Shared\**\*.cs">
<Link>Shared\%(RecursiveDir)%(FileName).cs</Link>
Expand Down

0 comments on commit a8a3c4d

Please sign in to comment.