/
krasninja
/
querycat
Обзор
Документация
Войти
/
krasninja
/
querycat
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/QueryCat.Backend.Addons/QueryCat.Backend.Addons.csproj
24 строки
714 B
Ivan Kozhin
Update JsonPath.Net and Microsoft.NET.Test.Sdk
23 май 2024, 12:12
23 май 2024, 12:12
75b2658
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <IsAotCompatible>true</IsAotCompatible> </PropertyGroup> <ItemGroup> <PackageReference Include="JsonPath.Net" Version="1.1.0" /> <PackageReference Update="StyleCop.Analyzers.Unstable" Version="1.2.0.556"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> </ItemGroup> <ItemGroup> <ProjectReference Include="..\QueryCat.Backend\QueryCat.Backend.csproj" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Formatters\grok-patterns" /> </ItemGroup> </Project>