创建项目

This commit is contained in:
Putoo
2026-04-21 16:54:18 +08:00
commit 6cdceccde7
59 changed files with 15320 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Photon.Core" Version="1.0.0.1" />
<PackageReference Include="Photon.Core.Assist" Version="1.0.0.1" />
<PackageReference Include="Photon.Core.Jwt" Version="1.0.0.2" />
<PackageReference Include="Photon.Core.Queue" Version="1.0.0.1" />
<PackageReference Include="Photon.Core.Redis" Version="1.0.0.1" />
<PackageReference Include="Photon.Core.SqlSugar" Version="1.0.0.1" />
<PackageReference Include="Photon.Core.Timer" Version="1.0.0.1" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,7 @@
namespace Application.Service.Pub
{
public class Class1
{
}
}