|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
|
|
|
|
|
<PackageId>IRCTokens</PackageId>
|
|
|
|
|
<Version>1.2.0</Version>
|
|
|
|
|
<Version>1.3.0</Version>
|
|
|
|
|
<Authors>Ben Harris</Authors>
|
|
|
|
|
<Company>tildeverse.org</Company>
|
|
|
|
|
<IsPackable>true</IsPackable>
|
|
|
|
@ -13,16 +13,7 @@
|
|
|
|
|
<RepositoryUrl>https://tildegit.org/irctokens/ircsharp/src/branch/main/IRCTokens</RepositoryUrl>
|
|
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
|
<PackageTags>irc</PackageTags>
|
|
|
|
|
<PackageVersion>1.2.0</PackageVersion>
|
|
|
|
|
<PackageVersion>1.3.0</PackageVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.0" />
|
|
|
|
|
<PackageReference Include="System.Text.Encoding.Extensions" Version="4.3.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|