Skip to content

Commit a1c3f83

Browse files
builed
1 parent 67578ff commit a1c3f83

25 files changed

+58
-912
lines changed

DeepLearningProtocol.Tests/DeepLearningProtocol.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<IsPackable>false</IsPackable>
7+
<OutputType>Library</OutputType>
78
</PropertyGroup>
89

910
<ItemGroup>

DeepLearningProtocol/DeepLearningProtocol.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,4 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
9-
<ItemGroup>
10-
<PackageReference Include="xunit" Version="2.9.2" />
11-
<PackageReference Include="xunit.runner.visualstudio" Version="2.9.2" />
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
13-
</ItemGroup>
149
</Project>
70.9 KB
Binary file not shown.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETCoreApp,Version=v8.0",
4+
"signature": ""
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETCoreApp,Version=v8.0": {
9+
"DeepLearningProtocol/1.0.0": {
10+
"runtime": {
11+
"DeepLearningProtocol.dll": {}
12+
}
13+
}
14+
}
15+
},
16+
"libraries": {
17+
"DeepLearningProtocol/1.0.0": {
18+
"type": "project",
19+
"serviceable": false,
20+
"sha512": ""
21+
}
22+
}
23+
}
Binary file not shown.
11.2 KB
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"runtimeOptions": {
3+
"tfm": "net8.0",
4+
"framework": {
5+
"name": "Microsoft.NETCore.App",
6+
"version": "8.0.0"
7+
},
8+
"configProperties": {
9+
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
10+
}
11+
}
12+
}

DeepLearningProtocol/obj/Debug/net8.0/DeepLearningProtocol.AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: System.Reflection.AssemblyCompanyAttribute("DeepLearningProtocol")]
1414
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1515
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b658fd144aa9ec5d09a5769f734c1eb64cec44a1")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+67578ff3c74be6a9a0c8e1e8ecbf3dc488b4ce00")]
1717
[assembly: System.Reflection.AssemblyProductAttribute("DeepLearningProtocol")]
1818
[assembly: System.Reflection.AssemblyTitleAttribute("DeepLearningProtocol")]
1919
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9fad8198a72ac64b27e3edb705215d5f860a1f3d0858ab05b6b8534c7e7d6724
1+
070ce1f036ea052983304a1014be89085f3cd0787bd9bc2d4ec789236e2496a9
Binary file not shown.

0 commit comments

Comments
 (0)