forked from OrleansContrib/Orleans.Http
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
24 lines (22 loc) · 970 Bytes
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<PropertyGroup>
<SourceRoot>$(MSBuildThisFileDirectory)</SourceRoot>
</PropertyGroup>
<PropertyGroup>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>logo_128.png</PackageIcon>
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<LangVersion>latest</LangVersion>
<Authors>Gutemberg Ribeiro</Authors>
<Product>Orleans Http Endpoints </Product>
<PackageProjectUrl>https://github.com/OrleansContrib/Orleans.Http</PackageProjectUrl>
<PackageTags>Orleans Cloud-Computing Actor-Model Actors Distributed-Systems AspNet Core C# .NET</PackageTags>
<PackageReleaseNotes></PackageReleaseNotes>
<RepositoryUrl>https://github.com/OrleansContrib/Orleans.Http</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<None Include="$(SourceRoot)assets/logo_128.png" Pack="true" Visible="false" PackagePath="/" />
</ItemGroup>
</Project>