-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fefac5c
commit 2b9a056
Showing
1 changed file
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;net60</TargetFrameworks> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PackageId>ErrorOr</PackageId> | ||
<Version>1.2.1</Version> | ||
<Authors>Amichai Mantinband</Authors> | ||
<PackageIcon>icon-square.png</PackageIcon> | ||
<PackageTags>Result,Results,ErrorOr,Error,Handling</PackageTags> | ||
<Description>A simple, fluent discriminated union of an error or a result.</Description> | ||
<PackageProjectUrl>https://github.com/amantinband/error-or</PackageProjectUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<licenses>https://opensource.org/licenses/MIT</licenses> | ||
<RepositoryUrl>https://github.com/amantinband/error-or</RepositoryUrl> | ||
<PackageOutputPath>../artifacts/</PackageOutputPath> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="../assets/icon-square.png" Pack="true" Visible="false" PackagePath="" /> | ||
<None Include="Stylecop.json" /> | ||
<AdditionalFiles Include="Stylecop.json" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;net60</TargetFrameworks> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PackageId>ErrorOr</PackageId> | ||
<Version>1.3.0</Version> | ||
<Authors>Amichai Mantinband</Authors> | ||
<PackageIcon>icon-square.png</PackageIcon> | ||
<PackageTags>Result,Results,ErrorOr,Error,Handling</PackageTags> | ||
<Description>A simple, fluent discriminated union of an error or a result.</Description> | ||
<PackageProjectUrl>https://github.com/amantinband/error-or</PackageProjectUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<licenses>https://opensource.org/licenses/MIT</licenses> | ||
<RepositoryUrl>https://github.com/amantinband/error-or</RepositoryUrl> | ||
<PackageOutputPath>../artifacts/</PackageOutputPath> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="../assets/icon-square.png" Pack="true" Visible="false" PackagePath="" /> | ||
<None Include="Stylecop.json" /> | ||
<AdditionalFiles Include="Stylecop.json" /> | ||
</ItemGroup> | ||
|
||
</Project> |