Skip to content

Commit 4800dfe

Browse files
committed
Force builds to .NET 1.1.1
1 parent 6bb6685 commit 4800dfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dotnet-frc/dotnet-frc.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
</ItemGroup>
1717
<PropertyGroup>
1818
<OutputType>Exe</OutputType>
19-
<TargetFramework>netcoreapp1.0</TargetFramework>
19+
<TargetFramework>netcoreapp1.1</TargetFramework>
20+
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>
2021
<PackageId>FRC.DotNet.CLI</PackageId>
2122
<AssemblyTitle>FRC DotNet CLI</AssemblyTitle>
2223
<Title>FRC DotNet CLI</Title>

0 commit comments

Comments
 (0)