Skip to content

Commit

Permalink
Fixes netcoreapp1.1 link
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed May 28, 2017
1 parent 4800dfe commit 18d63ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnet-frc/dotnet-frc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.DotNet.CLI.Utils">
<Version>2.0.0-alpha-004847</Version>
</PackageReference>
<Content Include="$(OutputPath)/*.dll" Pack="true" PackagePath="lib\netcoreapp1.0\" />
<Content Include="$(OutputPath)/*.dll" Pack="true" PackagePath="lib\netcoreapp1.1\" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down

0 comments on commit 18d63ed

Please sign in to comment.