Skip to content

Commit 18d63ed

Browse files
committed
Fixes netcoreapp1.1 link
1 parent 4800dfe commit 18d63ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet-frc/dotnet-frc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Microsoft.DotNet.CLI.Utils">
1313
<Version>2.0.0-alpha-004847</Version>
1414
</PackageReference>
15-
<Content Include="$(OutputPath)/*.dll" Pack="true" PackagePath="lib\netcoreapp1.0\" />
15+
<Content Include="$(OutputPath)/*.dll" Pack="true" PackagePath="lib\netcoreapp1.1\" />
1616
</ItemGroup>
1717
<PropertyGroup>
1818
<OutputType>Exe</OutputType>

0 commit comments

Comments
 (0)