File tree 1 file changed +11
-0
lines changed
Source2Framework.CommandService.API
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >net8.0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
+ <Description >Exposing functionality for CSS commands</Description >
8
+ <PackageProjectUrl >https://github.com/Source2Framework/Source2Framework.CommandService</PackageProjectUrl >
9
+ <RepositoryUrl >https://github.com/Source2Framework/Source2Framework.CommandService</RepositoryUrl >
10
+ <PackageReadmeFile >README.md</PackageReadmeFile >
7
11
</PropertyGroup >
8
12
13
+ <ItemGroup >
14
+ <None Include =" ..\README.md" >
15
+ <Pack >True</Pack >
16
+ <PackagePath >\</PackagePath >
17
+ </None >
18
+ </ItemGroup >
19
+
9
20
<ItemGroup >
10
21
<PackageReference Include =" CounterStrikeSharp.API" Version =" 1.0.213" />
11
22
<PackageReference Include =" Source2Framework.SDK" Version =" [1.0.7,)" />
You can’t perform that action at this time.
0 commit comments