mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Initial commit
This commit is contained in:
15
specs/RDMASocket/RDMASocket.csproj
Normal file
15
specs/RDMASocket/RDMASocket.csproj
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<ApplicationIcon />
|
||||
<OutputType>Exe</OutputType>
|
||||
<StartupObject />
|
||||
<LangVersion>latest</LangVersion>
|
||||
<OutputPath>POutput/</OutputPath>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Coyote" Version="1.0.5"/>
|
||||
<PackageReference Include="PCSharpRuntime" Version="*"/>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user