You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
764 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NeoSmart.Caching.Sqlite" Version="9.0.1" />
<PackageReference Include="ZiggyCreatures.FusionCache" Version="2.4.0" />
<PackageReference Include="ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson" Version="2.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Sln.Rfid.Model\Sln.Rfid.Model.csproj" />
<ProjectReference Include="..\Sln.Rfid.Repository\Sln.Rfid.Repository.csproj" />
<ProjectReference Include="..\Sln.Rfid.Serilog\Sln.Rfid.Serilog.csproj" />
</ItemGroup>
</Project>