1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+ <PropertyGroup >
3
+ <TargetFramework >net8.0</TargetFramework >
4
+ <ImplicitUsings >enable</ImplicitUsings >
5
+ <Nullable >enable</Nullable >
6
+ <RootNamespace >Meshtastic</RootNamespace >
7
+ <PackageIcon >logo.png</PackageIcon >
8
+ <RepositoryUrl >http://github.com/meshtastic/c-sharp</RepositoryUrl >
9
+ <Company >Meshtastic LLC</Company >
10
+ <Title >Meshtastic C#</Title >
11
+ <IncludeSymbols >True</IncludeSymbols >
12
+ <DebugType >embedded</DebugType >
13
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
14
+ </PropertyGroup >
2
15
3
- <PropertyGroup >
4
- <TargetFramework >net8.0</TargetFramework >
5
- <ImplicitUsings >enable</ImplicitUsings >
6
- <Nullable >enable</Nullable >
7
- <RootNamespace >Meshtastic</RootNamespace >
8
- <PackageIcon >logo.png</PackageIcon >
9
- <RepositoryUrl >http://github.com/meshtastic/c-sharp</RepositoryUrl >
10
- <Company >Meshtastic LLC</Company >
11
- <Title >Meshtastic C#</Title >
12
- <IncludeSymbols >True</IncludeSymbols >
13
- <DebugType >embedded</DebugType >
14
- <PackageLicenseFile >LICENSE</PackageLicenseFile >
15
- </PropertyGroup >
16
+ <ItemGroup >
17
+ <None Include =" ..\LICENSE" >
18
+ <Pack >True</Pack >
19
+ <PackagePath >\</PackagePath >
20
+ </None >
21
+ <None Include =" ..\logo.png" >
22
+ <Pack >True</Pack >
23
+ <PackagePath >\</PackagePath >
24
+ </None >
25
+ <None Include =" ..\README.md" >
26
+ <Pack >True</Pack >
27
+ <PackagePath >\</PackagePath >
28
+ </None >
29
+ </ItemGroup >
16
30
17
- <ItemGroup >
18
- <None Include =" ..\LICENSE" >
19
- <Pack >True</Pack >
20
- <PackagePath >\</PackagePath >
21
- </None >
22
- <None Include =" ..\logo.png" >
23
- <Pack >True</Pack >
24
- <PackagePath >\</PackagePath >
25
- </None >
26
- <None Include =" ..\README.md" >
27
- <Pack >True</Pack >
28
- <PackagePath >\</PackagePath >
29
- </None >
30
- </ItemGroup >
31
-
32
-
33
- <ItemGroup >
34
- <PackageReference Include =" Google.Protobuf" Version =" 3.25.3" />
35
- <PackageReference Include =" Google.Protobuf.Tools" Version =" 3.25.3" />
36
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.1" />
37
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 8.0.1" />
38
- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 8.0.1" />
39
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 8.0.1" />
40
- <PackageReference Include =" System.IO.Ports" Version =" 8.0.0" />
41
- </ItemGroup >
42
-
43
-
44
- <ItemGroup >
45
- <Folder Include =" Generated\" />
46
- </ItemGroup >
31
+ <ItemGroup >
32
+ <PackageReference Include =" Google.Protobuf" />
33
+ <PackageReference Include =" Google.Protobuf.Tools" />
34
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" />
35
+ <PackageReference Include =" Microsoft.Extensions.Logging" />
36
+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" />
37
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" />
38
+ <PackageReference Include =" System.IO.Ports" />
39
+ </ItemGroup >
47
40
41
+ <ItemGroup >
42
+ <Folder Include =" Generated\" />
43
+ </ItemGroup >
48
44
</Project >
0 commit comments