mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
10 lines
224 B
XML
10 lines
224 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<StartupObject>GildedRoseKata.Program</StartupObject>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|