sharpfall/Sharpfall.csproj
Adam R. Grey 6b27ad16f5 types
should make uuid an actual RFC4122 uuid, for now it's a string
2021-11-06 00:25:50 -04:00

11 lines
241 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<PackageId>adamrgrey.sharpfall</PackageId>
<Version>0.0.1</Version>
<Authors>Adam R Grey</Authors>
</PropertyGroup>
</Project>