26 lines
911 B
XML
26 lines
911 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<Version>0.3.0</Version>
|
|
<PackageProjectUrl>https://github.com/dotnetcore/BotSharp</PackageProjectUrl>
|
|
<Authors>Haipin Chen</Authors>
|
|
<Company>BotSharp AI</Company>
|
|
<RepositoryUrl>https://github.com/dotnetcore/BotSharp</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<Copyright>Apache 2.0</Copyright>
|
|
</PropertyGroup>
|
|
|
|
<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>
|