director/director.csproj

15 lines
463 B
XML
Raw Normal View History

2021-08-17 04:21:48 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
2021-12-09 08:50:16 -05:00
<RestoreSources>https://thegreyn.jfrog.io/artifactory/api/nuget/adamrgrey-nuget;https://api.nuget.org/v3/index.json</RestoreSources>
2021-08-17 04:21:48 -04:00
</PropertyGroup>
2021-08-18 23:16:57 -04:00
<ItemGroup>
2021-12-18 03:57:30 -05:00
<PackageReference Include="silvermeddlists.franz" Version="0.0.9" />
2021-08-18 23:16:57 -04:00
<PackageReference Include="Ical.Net" Version="4.2.0" />
</ItemGroup>
2021-08-17 04:21:48 -04:00
</Project>