Coroutine/Coroutine/Coroutine.csproj

16 lines
771 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>
2020-06-13 03:12:26 +02:00
<GenerateDocumentationFile>true</GenerateDocumentationFile>
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>
2021-10-24 00:44:30 +02:00
<PackageLicenseUrl>https://github.com/Ellpeck/Coroutine/blob/main/LICENSE.md</PackageLicenseUrl>
2021-05-29 17:57:27 +02:00
<VersionPrefix>2.1.1</VersionPrefix>
2019-08-05 19:16:04 +02:00
</PropertyGroup>
</Project>