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

Commit a1359b8

Browse files
committedJun 26, 2017
Lock in dotnet CLI tool targeting 1.0.4
This should keep it working on Travis CI build agents
1 parent 99e6acf commit a1359b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/CodeGeneration.Roslyn.Tool/CodeGeneration.Roslyn.Tool.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<ProjectReference Include="..\CodeGeneration.Roslyn\CodeGeneration.Roslyn.csproj" />
1818
<PackageReference Include="System.CommandLine" Version="0.1.0-e170407-3" />
1919
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
20+
<PackageReference Include="Microsoft.NETCore.App" Version="1.0.4" />
2021
</ItemGroup>
2122

2223
</Project>

0 commit comments

Comments
 (0)
Failed to load comments.