-
Notifications
You must be signed in to change notification settings - Fork 9
Development
If you wish to get into the code of NetTally yourself, it's written using C#. The following gives the current basic requirements of various version branches.
System Requirements: .NET 8 (LTS)
C# 12.0
Dev Environment: Visual Studio 2022
System Requirements: .NET Core 3.1 (LTS)
C# 8.0
Dev Environment: Visual Studio 2019
System Requirements: .NET Framework 4.7.2 (for main UI), .NET Standard 2.0 (for NetTally.Core library), .NET Core 2.1 (for NetTally.Console)
C# 7.3
Dev Environment: Visual Studio 2019
System Requirements: .NET Framework 4.7.2 (for main UI), .NET Standard 2.0 (for NetTally.Core library), .NET Core 2.1 (for NetTally.Console)
C# 7.3
Dev Environment: Visual Studio 2017
Notes: Includes a few updates past the 2.0 release because of corruption of the repository. Should be usable with .NET Framework 4.6.1.
System Requirements: .NET Framework 4.5.2
C# 6
Dev Environment: Visual Studio 2015