File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
FRC-Extension/RoboRIOCode
Templates/CSharp/Project-Templates/WindowsMonoGameSimulator Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ await Task.Run(() =>
196
196
else
197
197
{
198
198
writer . WriteLine ( "Did not find all needed files. Canceling Deploy" ) ;
199
+ writer . WriteLine ( "Please make sure the WPILib is the newest version from NuGet." ) ;
199
200
return null ;
200
201
}
201
202
}
Original file line number Diff line number Diff line change 6
6
<ProductVersion >8.0.30703</ProductVersion >
7
7
<SchemaVersion >2.0</SchemaVersion >
8
8
<ProjectGuid >$guid1$</ProjectGuid >
9
- <OutputType >WinExe </OutputType >
9
+ <OutputType >Exe </OutputType >
10
10
<AppDesignerFolder >Properties</AppDesignerFolder >
11
11
<RootNamespace >$safeprojectname$</RootNamespace >
12
12
<AssemblyName >$safeprojectname$</AssemblyName >
You can’t perform that action at this time.
0 commit comments