This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
UpTool2/UpToolLib/UpToolLib.csproj

14 lines
346 B
XML
Raw Normal View History

2020-03-24 20:53:23 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2021-02-03 22:14:47 +01:00
<TargetFramework>net5.0</TargetFramework>
<Deterministic>false</Deterministic>
<AssemblyVersion>1.0.*</AssemblyVersion>
2020-03-24 20:53:23 +01:00
</PropertyGroup>
<ItemGroup>
2021-02-03 22:42:22 +01:00
<PackageReference Include="CC-Functions.Core" Version="1.1.7628.34181" />
2020-03-24 20:53:23 +01:00
</ItemGroup>
</Project>