a89580ac70
* #102: Moving Models and constants to their own library * #102: Updated sln file * #102: Updated README to include step install migration tool
16 lines
382 B
XML
16 lines
382 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<PackageId>Icarus.Models</PackageId>
|
|
<Product>Icarus.Models</Product>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="newtonsoft.json" Version="13.0.3" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|