Skip to content

Commit

Permalink
Updated the checker core
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushdesai committed Mar 10, 2023
1 parent c0aea7e commit 92ecc4f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Src/PChecker/CheckerCore/CheckerCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,20 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<OutputPath>$(PSdkFolder)\Binaries</OutputPath>
<TargetFramework>net6.0</TargetFramework>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>The P Checker</Description>
<PackageProjectUrl>https://github.com/p-org/P</PackageProjectUrl>
<Copyright>The P team</Copyright>
<PackageTags>P programming language;safe asynchrony;state machines;model checkers</PackageTags>
<PackageVersion>1.0.0</PackageVersion>
<Title>P Checker Core</Title>
<Authors>The P team</Authors>
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/p-org/P</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="../../../Icon/icon.png" Pack="true" PackagePath="" />
<None Include="../../../README.md" Pack="true" PackagePath="" />
</ItemGroup>
</Project>

0 comments on commit 92ecc4f

Please sign in to comment.