Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target .NET Standard 2.1, .NET 6, .NET 8 only #8184

Merged
merged 9 commits into from
Dec 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix bat name ref
  • Loading branch information
bjornharrtell committed Dec 7, 2023
commit 914b84f631a0e1f7500eb7d62bc6b21d68c3c741
4 changes: 2 additions & 2 deletions tests/FlatBuffers.Test/NetTest.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

set TEMP_BIN=.tmp

@REM Run the .NET Core tests
set CORE_FILE=FlatBuffers.Core.Test
@REM Run the .NET tests
set CORE_FILE=FlatBuffers.Test
set CORE_PROJ_FILE=%CORE_FILE%.csproj
set CORE_SLN_FILE=%CORE_FILE%.sln
dotnet new sln --force --name %CORE_FILE%
Expand Down
Loading