We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2326cd8 commit c342d31Copy full SHA for c342d31
src/Simplify.Web.Multipart/Simplify.Web.Multipart.csproj
@@ -1,13 +1,13 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFrameworks>net6.0;net5.0;netstandard2.0</TargetFrameworks>
+ <TargetFrameworks>net6.0;net5.0;netstandard2.1;net48</TargetFrameworks>
4
<LangVersion>latest</LangVersion>
5
<EmbedUntrackedSources>true</EmbedUntrackedSources>
6
<IncludeSymbols>true</IncludeSymbols>
7
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
8
<GenerateDocumentationFile>true</GenerateDocumentationFile>
9
10
- <Version>1.4.5</Version>
+ <Version>1.5</Version>
11
12
<Authors>Alexander Krylkov</Authors>
13
<Product>Simplify</Product>
0 commit comments