Spotify.NET/SpotifyAPI.Web.Examples/Example.CLI.PersistentConfig/Example.CLI.PersistentConfig.csproj

20 lines
524 B
XML
Raw Normal View History

2020-05-15 19:06:24 +01:00
<Project Sdk="Microsoft.NET.Sdk">
2020-05-15 20:41:53 +01:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2022-11-18 10:38:02 +00:00
<TargetFramework>net7.0</TargetFramework>
<LangVersion>9.0</LangVersion>
2020-05-25 17:00:38 +01:00
<Nullable>enable</Nullable>
2020-05-15 20:41:53 +01:00
</PropertyGroup>
2020-05-15 19:06:24 +01:00
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2020-05-15 19:06:24 +01:00
</ItemGroup>
2020-05-15 20:41:53 +01:00
<ItemGroup>
<ProjectReference Include="..\..\SpotifyAPI.Web.Auth\SpotifyAPI.Web.Auth.csproj" />
<ProjectReference Include="..\..\SpotifyAPI.Web\SpotifyAPI.Web.csproj" />
</ItemGroup>
2020-05-15 19:06:24 +01:00
</Project>