2024-02-08 11:55:35 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<PackageVersion>$(PackageVersion)</PackageVersion>
|
2024-02-08 12:45:41 +00:00
|
|
|
|
<PackageProjectUrl>https://forge.rainote.dev/rainote/PacketMediator</PackageProjectUrl>
|
|
|
|
|
<PackageLicenseUrl>https://forge.rainote.dev/rainote/PacketMediator/src/branch/main/LICENSE</PackageLicenseUrl>
|
|
|
|
|
<RepositoryUrl>https://forge.rainote.dev/rainote/PacketMediator</RepositoryUrl>
|
|
|
|
|
<RepositoryType>GIT</RepositoryType>
|
|
|
|
|
<Version>$(PackageVersion)</Version>
|
2024-02-08 11:55:35 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-03-20 20:01:51 +00:00
|
|
|
|
<PackageReference Include="DotNext" Version="5.3.1"/>
|
|
|
|
|
<PackageReference Include="DotNext.Metaprogramming" Version="5.3.0"/>
|
2024-02-08 11:55:35 +00:00
|
|
|
|
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0"/>
|
2024-03-15 02:01:46 +00:00
|
|
|
|
<PackageReference Include="Meziantou.Analyzer" Version="2.0.146">
|
2024-02-08 11:55:35 +00:00
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0"/>
|
2024-03-12 16:01:53 +00:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1"/>
|
2024-02-21 08:42:44 +00:00
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.9.28">
|
2024-02-08 11:55:35 +00:00
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|