|
|
@@ -1,8 +1,8 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1;</TargetFrameworks> |
|
|
|
<LangVersion>8.0</LangVersion> |
|
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1;net5;</TargetFrameworks> |
|
|
|
<LangVersion>9.0</LangVersion> |
|
|
|
<Copyright>Copyright 2019.</Copyright> |
|
|
|
<Authors>SmallChi(Koike)</Authors> |
|
|
|
<PackageId>JTActiveSafety</PackageId> |
|
|
@@ -15,22 +15,16 @@ |
|
|
|
<licenseUrl>https://github.com/SmallChi/JTActiveSafety/blob/master/LICENSE</licenseUrl> |
|
|
|
<license>https://github.com/SmallChi/JTActiveSafety/blob/master/LICENSE</license> |
|
|
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
|
|
|
<Version>1.0.0-preview1</Version> |
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'"> |
|
|
|
<DocumentationFile>JTActiveSafety.Protocol.xml</DocumentationFile> |
|
|
|
<Version>1.0.0</Version> |
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'"> |
|
|
|
<DocumentationFile>JTActiveSafety.Protocol.xml</DocumentationFile> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' "> |
|
|
|
<PackageReference Include="System.Memory" Version="4.5.4" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="System.Text.Json" Version="4.7.2" /> |
|
|
|
<PackageReference Include="System.Text.Json" Version="5.0.0" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="..\..\LICENSE"> |
|
|
|