Coroutine/Coroutine/Coroutine.csproj

15 lines
705 B
XML
Raw Normal View History

2019-08-05 19:16:04 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2019-06-22 17:24:50 +02:00
<PropertyGroup>
2019-08-05 19:16:04 +02:00
<TargetFramework>netstandard2.0</TargetFramework>
2019-06-22 17:24:50 +02:00
</PropertyGroup>
2019-08-05 19:16:04 +02:00
<PropertyGroup>
<Authors>Ellpeck</Authors>
<Description>A simple implementation of Unity's Coroutines to be used for any C# project</Description>
<PackageTags>coroutine utility unity</PackageTags>
<PackageProjectUrl>https://github.com/Ellpeck/Coroutine</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/Coroutine</RepositoryUrl>
<PackageLicenseUrl>https://github.com/Ellpeck/Coroutine/blob/master/LICENSE.md</PackageLicenseUrl>
2020-05-19 16:14:06 +02:00
<VersionPrefix>1.0.4</VersionPrefix>
2019-08-05 19:16:04 +02:00
</PropertyGroup>
</Project>