about summary refs log tree commit diff
path: root/IRCStates/IRCStates.csproj
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-02-14 22:27:09 -0500
committerBen Harris <ben@tilde.team>2022-02-14 22:30:58 -0500
commit0d3586c1abd6c2914825484b438e70ef5ed3cc70 (patch)
tree020d5bfc3a72db270feff195ea115cd5c1d90343 /IRCStates/IRCStates.csproj
parent34991fa2699aff89e463c90801eb474d6389386d (diff)
update nuget deps and add netstandard2.1
Diffstat (limited to 'IRCStates/IRCStates.csproj')
-rw-r--r--IRCStates/IRCStates.csproj13
1 files changed, 3 insertions, 10 deletions
diff --git a/IRCStates/IRCStates.csproj b/IRCStates/IRCStates.csproj
index 45bc22f..08b2cfa 100644
--- a/IRCStates/IRCStates.csproj
+++ b/IRCStates/IRCStates.csproj
@@ -1,9 +1,9 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <TargetFramework>net6.0</TargetFramework>
+    <TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
     <PackageId>IRCStates</PackageId>
-    <Version>1.2.0</Version>
+    <Version>1.3.0</Version>
     <Authors>Ben Harris</Authors>
     <Company>tildeverse.org</Company>
     <IsPackable>true</IsPackable>
@@ -13,17 +13,10 @@
     <RepositoryUrl>https://tildegit.org/irctokens/ircsharp/src/branch/main/IRCStates</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>
-  </ItemGroup>
-
-  <ItemGroup>
     <ProjectReference Include="..\IRCTokens\IRCTokens.csproj" />
   </ItemGroup>