sinshu / managed-doom

A Doom port written in C#
421 stars 62 forks source link

Upgraded project to .NET 5 #6

Closed MoienTajik closed 3 years ago

MoienTajik commented 4 years ago
IceReaper commented 4 years ago

That gitignore looks quite bloated tbh.

MoienTajik commented 4 years ago

Actually it's created from VisualStudio.gitignore and gitignore.io's standard csharp template.

sinshu commented 4 years ago

Adding gitignore and updating the test project look fine. However, since .NET 5 is still under development, I want to keep the current version.

MoienTajik commented 4 years ago

hmm, .NET 5 is now in RC mode as announced here. I think it can be used as the main SDK at least from now.