Skip to content

Commit b9d784f

Browse files
committed
Added net5 and netstandard2.0 targets and bumped version to 1.3.2
1 parent 3ba9cbd commit b9d784f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MaybeSharp/MaybeSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net48</TargetFrameworks>
4+
<TargetFrameworks>net5;netcoreapp2.1;netcoreapp3.1;netstandard2.0;net48</TargetFrameworks>
55
<PackageProjectUrl>https://github.com/lord-executor/MaybeSharp</PackageProjectUrl>
66
<PackageLicenseUrl>https://github.com/lord-executor/MaybeSharp/blob/master/LICENSE</PackageLicenseUrl>
77
<RepositoryUrl>https://github.com/lord-executor/MaybeSharp</RepositoryUrl>
88
<RepositoryType>git</RepositoryType>
99
<Company />
1010
<PackageDescription>See the project's Github page under https://github.com/lord-executor/MaybeSharp </PackageDescription>
1111
<Authors>Lukas Angerer</Authors>
12-
<Version>1.3.1</Version>
12+
<Version>1.3.2</Version>
1313
<AssemblyVersion>1.3.0.0</AssemblyVersion>
1414
<FileVersion>1.3.0.0</FileVersion>
1515
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)