2018-09-28 22:25:55 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2018-10-09 02:56:46 +00:00
|
|
|
<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>
|
2018-10-29 02:16:55 +00:00
|
|
|
<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>
|
2018-09-28 22:25:55 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2018-10-27 16:04:47 +00:00
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="System.ComponentModel.Annotations" Version="4.5.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-09-28 22:25:55 +00:00
|
|
|
<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>
|