GildedRose-Refactoring-Kata/csharp
Mark Seemann 9131289174 Upgrade C# code to .NET 4.8.1
Support for the previous version, 4.5.2, [ended in Apr 26,
2022](https://learn.microsoft.com/lifecycle/products/microsoft-net-framework),
and we can't expect younger developers (or older, for that matter!) to
have that SDK installed. This commit upgrades to .NET 4.8.1, which is
the most recent .NET Framework version.
2023-10-16 14:09:54 +02:00
..
Properties Added files needed to run the csharp project on VS15/17 2017-09-01 00:00:42 -03:00
.gitignore Added .gitignore file 2017-08-31 23:58:11 -03:00
App.config Upgrade C# code to .NET 4.8.1 2023-10-16 14:09:54 +02:00
ApprovalTest.cs fix approval tests to work on windows, and use Approvals framework 2019-08-28 10:30:34 +02:00
csharp.csproj Upgrade C# code to .NET 4.8.1 2023-10-16 14:09:54 +02:00
csharp.sln Added files needed to run the csharp project on VS15/17 2017-09-01 00:00:42 -03:00
GildedRose.cs Added files needed to run the csharp project on VS15/17 2017-09-01 00:00:42 -03:00
GildedRoseTest.cs Added files needed to run the csharp project on VS15/17 2017-09-01 00:00:42 -03:00
Item.cs remove ApprovalTest since the other languages don't have one 2018-08-10 14:43:38 +02:00
packages.config Updated NUnit to 3.9 2017-11-19 12:12:04 +01:00
Program.cs remove ApprovalTest since the other languages don't have one 2018-08-10 14:43:38 +02:00