Files

26 lines
914 B
XML
Raw Permalink Normal View History

2022-12-16 00:05:46 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2023-03-06 10:06:43 +04:00
<RootNamespace>Ragon.Core</RootNamespace>
2023-07-23 11:23:38 +03:00
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.4.0</Version>
2023-07-23 11:23:38 +03:00
<Title>Ragon.Server</Title>
<Copyright>Eduard Kargin</Copyright>
<Authors>Eduard Kargin</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://ragon.io</PackageProjectUrl>
2023-07-23 11:23:38 +03:00
<RepositoryUrl>https://github.com/edmand46/Ragon</RepositoryUrl>
<RepositoryType>Source</RepositoryType>
<LangVersion>10</LangVersion>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
2022-12-16 00:05:46 +04:00
</PropertyGroup>
<ItemGroup>
2023-07-23 11:23:38 +03:00
<ProjectReference Include="..\Ragon.Protocol\Ragon.Protocol.csproj" />
2022-12-16 00:05:46 +04:00
</ItemGroup>
2023-10-04 14:42:59 +03:00
2022-12-16 00:05:46 +04:00
</Project>