初始化
This commit is contained in:
17
IOT_JieKou/IDataTran.cs
Normal file
17
IOT_JieKou/IDataTran.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using CommonEntity.RCUEntity;
|
||||
|
||||
namespace IOT_JieKou
|
||||
{
|
||||
/// <summary>
|
||||
/// 根据IP和端口来 区分
|
||||
/// </summary>
|
||||
public interface IDataTran:IGrainWithStringKey
|
||||
{
|
||||
ValueTask TongXin(RCU_UDPData_With_String data);
|
||||
}
|
||||
}
|
||||
17
IOT_JieKou/IOT_JieKou.csproj
Normal file
17
IOT_JieKou/IOT_JieKou.csproj
Normal file
@@ -0,0 +1,17 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Orleans.Sdk" Version="8.2.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\CommonEntity\CommonEntity.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user