update references

This commit is contained in:
yxw
2025-12-11 19:15:02 +08:00
parent ed2e3ecd24
commit 46e209081d
13 changed files with 101 additions and 23 deletions

View File

@@ -0,0 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Folder Include="Services\" />
<Folder Include="Configuration\" />
<Folder Include="Events\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Orleans.Server" Version="9.2.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Atomx.Data\Atomx.Data.csproj" />
</ItemGroup>
</Project>