mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
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.
7 lines
180 B
XML
7 lines
180 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1"/>
|
|
</startup>
|
|
</configuration>
|