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

20 lines
531 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>
<TargetFramework>netcoreapp3.1</TargetFramework>
2020-05-25 17:00:38 +01:00
<LangVersion>8.0</LangVersion>
<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="12.0.3" />
</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>