File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
FRBDK/BuildServerUploader/BuildServerUploaderConsole/Data Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,8 @@ static AllData()
166166 // This is the built folder when building FlatRedBall.Forms sln
167167 // All files below (DebugFiles and ReleaseFiles) should be contained
168168 // in that output folder because the project should reference those files
169- var debugBinFolder = @"FlatRedBall\Engines\Forms\FlatRedBall.Forms\FlatRedBall.Forms.FNA\bin\Debug\net7 .0\" ;
170- var releaseBinFolder = @"FlatRedBall\Engines\Forms\FlatRedBall.Forms\FlatRedBall.Forms.FNA\bin\Release\net7 .0\" ;
169+ var debugBinFolder = @"FlatRedBall\Engines\Forms\FlatRedBall.Forms\FlatRedBall.Forms.FNA\bin\Debug\net8 .0\" ;
170+ var releaseBinFolder = @"FlatRedBall\Engines\Forms\FlatRedBall.Forms\FlatRedBall.Forms.FNA\bin\Release\net8 .0\" ;
171171
172172 engine . DebugFiles . Add ( $ "{ debugBinFolder } FlatRedBall.FNA.dll") ;
173173 engine . DebugFiles . Add ( $ "{ debugBinFolder } FlatRedBall.FNA.pdb") ;
You can’t perform that action at this time.
0 commit comments