Update .csproj.
This commit is contained in:
parent
81c1496205
commit
ee0048c6b7
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@
|
|||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<PackageId>PMS5003</PackageId>
|
||||
<Version>1.0.2</Version>
|
||||
<Authors>Denis Nutiu</Authors>
|
||||
<Company>NucuLabs.dev</Company>
|
||||
<Description>C# Library for interfacing with the PMS5003 Particulate Matter Sensor.</Description>
|
||||
<Licence>https://www.gnu.org/licenses/gpl-3.0.en.html</Licence>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue