This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
BizHawk
mirror of
https://github.com/TASEmulators/BizHawk.git
Watch
1
Star
0
Fork
You've already forked BizHawk
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6f98be104a
BizHawk
/
global.json
8 lines
104 B
JSON
Raw
Normal View
History
Unescape
Escape
Fix compiling on ancient compilers, and add a global.json which restricts bizhawk to ancient compilers
2020-07-12 21:24:12 +00:00
{
"sdk"
:
{
Bump .NET SDK to 8.x
2024-02-12 20:38:03 +00:00
"version"
:
"8.0.0"
,
"allowPrerelease"
:
true
,
Bump .NET 5 -> 6, update BizHawk.Tests deps, and bump pinned Nixpkgs
2021-12-01 06:31:53 +00:00
"rollForward"
:
"latestMajor"
Fix compiling on ancient compilers, and add a global.json which restricts bizhawk to ancient compilers
2020-07-12 21:24:12 +00:00
}
}