SteamStorefrontAPI/SteamStorefrontConsole/SteamStorefrontConsole.csproj

13 lines
269 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SteamStorefrontAPI\SteamStorefrontAPI.csproj" />
</ItemGroup>
</Project>