Shaker.csproj 740 B

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0-windows</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. <UseWPF>true</UseWPF>
  7. <Authors>北京航天希尔测试技术有限公司</Authors>
  8. <Company>北京航天希尔测试技术有限公司</Company>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <PackageReference Include="MessagePack" Version="2.5.140" />
  12. <PackageReference Include="MongoDB.Driver" Version="2.25.0" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <ProjectReference Include="..\OxyPlot\OxyPlot.SkiaSharp.Wpf\OxyPlot.SkiaSharp.Wpf.csproj" />
  16. </ItemGroup>
  17. <Import Project="..\EventBroker\EventBroker.projitems" Label="Shared" />
  18. </Project>