Skip to content
Kinematics edited this page Apr 20, 2024 · 3 revisions

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.

Development branch: dev (once merged), MvvmToolkit

System Requirements: .NET 8 (LTS)

C# 12.0

Dev Environment: Visual Studio 2022

Retired branch: Core3

System Requirements: .NET Core 3.1 (LTS)

C# 8.0

Dev Environment: Visual Studio 2019

Framework branch: Core2

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

Retired branch: VS2017

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.

Retired branch: VS2015

System Requirements: .NET Framework 4.5.2

C# 6

Dev Environment: Visual Studio 2015

Clone this wiki locally