Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="BPA.Communication" Version="1.0.36" />
- <PackageReference Include="BPA.Helper" Version="1.0.28" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.9" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\BPASmart.Model\BPASmart.Model.csproj" />
- <ProjectReference Include="..\BPASmartClient.Message\BPASmartClient.Message.csproj" />
- </ItemGroup>
-
- </Project>
|