BotSharp/BotSharp.Platform.Models/BotSharp.Platform.Models.csproj

26 lines
911 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2019-02-23 15:08:56 +00:00
<Version>0.4.0</Version>
2018-12-30 01:15:09 +00:00
<PackageProjectUrl>https://github.com/dotnetcore/BotSharp</PackageProjectUrl>
<Authors>Haipin Chen</Authors>
2018-12-30 01:15:09 +00:00
<Company>BotSharp AI</Company>
<RepositoryUrl>https://github.com/dotnetcore/BotSharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Copyright>Apache 2.0</Copyright>
</PropertyGroup>
2018-10-27 16:04:47 +00:00
<ItemGroup>
<PackageReference Include="System.ComponentModel.Annotations" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.ComponentModel.Annotations">
<HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.ComponentModel.Annotations.dll</HintPath>
</Reference>
</ItemGroup>
</Project>