Update csproj nuget references

This commit is contained in:
Felix Weiß
2023-08-22 16:36:34 +02:00
committed by GitHub
parent c6bddc61fb
commit a58e60d4f9

View File

@@ -1,18 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<IsPublishable>false</IsPublishable>
<IsPublishable>false</IsPublishable>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Mewtocol.NET</PackageId> <PackageId>Mewtocol.NET</PackageId>
<Version>0.0.0</Version> <Version>0.0.0</Version>
<Authors>Felix Weiss</Authors> <Authors>Felix Weiss</Authors>
<Company>Womed</Company> <Company>OpenLogics</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>A Mewtocol protocol library to interface with Panasonic PLCs over TCP/Serial.</Description> <Description>A Mewtocol protocol library to interface with Panasonic PLCs over TCP/Serial.</Description>
<Copyright>Copyright (c) 2022 - 2023 WOLF Medizintechnik GmbH</Copyright> <Copyright>Copyright (c) 2022 - 2023 OpenLogics</Copyright>
<PackageProjectUrl>https://github.com/WOmed/MewtocolNet</PackageProjectUrl> <PackageProjectUrl>https://github.com/OpenLogics/MewtocolNet</PackageProjectUrl>
<RepositoryUrl>https://github.com/WOmed/MewtocolNet</RepositoryUrl> <RepositoryUrl>https://github.com/OpenLogics/MewtocolNet</RepositoryUrl>
<PackageTags>plc;panasonic;mewtocol;automation;</PackageTags> <PackageTags>plc;panasonic;mewtocol;automation;</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageLicenseExpression>MIT</PackageLicenseExpression>
<UserSecretsId>2ccdcc9b-94a3-4e76-8827-453ab889ea33</UserSecretsId> <UserSecretsId>2ccdcc9b-94a3-4e76-8827-453ab889ea33</UserSecretsId>