File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed
Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,6 @@ PlanaBot.sln.DotSettings.user
77/NapPlana.Net.Example /bin /
88/NapPlana.Net.Example /obj /
99/NapPlana.Net.Example /appsettings.json
10- /api-doc /html /
10+ /api-doc /html /
11+ /NapPlana.Net.DI /bin /
12+ /NapPlana.Net.DI /obj /
Original file line number Diff line number Diff line change 1+ namespace NapPlana . DI . Connection ;
2+
3+ public class OnWebsocketMessageReceived
4+ {
5+
6+ }
Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <TargetFramework >net9.0</TargetFramework >
5+ <ImplicitUsings >enable</ImplicitUsings >
6+ <Nullable >enable</Nullable >
7+ <RootNamespace >NapPlana.DI</RootNamespace >
8+ </PropertyGroup >
9+
10+ </Project >
Original file line number Diff line number Diff line change 1818 <PackageIcon >nap_plana.jpeg</PackageIcon >
1919 <Copyright >CopyRight © 2025 stevesensei All Rights.</Copyright >
2020 <PackageReadmeFile >readme_nuget.md</PackageReadmeFile >
21- <TargetFrameworks >net9.0;net10.0</ TargetFrameworks >
21+ <TargetFramework >net9.0</ TargetFramework >
2222 </PropertyGroup >
2323
2424 <ItemGroup >
You can’t perform that action at this time.
0 commit comments