Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Updated verison and other details
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuchardt88 committed Sep 16, 2023
1 parent 233acbe commit 1cdc720
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/Crontab/Crontab.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PackageId>Neo.Plugins.Crontab</PackageId>
<RootNamespace>Neo.Plugins.Crontab</RootNamespace>
<VersionPrefix>1.0.0-beta</VersionPrefix>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>Neo.Plugins.Crontab</RootNamespace>
<PackageId>Neo.Plugins.Crontab</PackageId>
<PackageTags>NEO;Blockchain;Plugins</PackageTags>
<PackageProjectUrl>https://github.com/cschuchardt88/neo-cron-plugin</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/cschuchardt88/neo-cron-plugin.git</RepositoryUrl>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>

<ItemGroup>
<None Remove="config.json" />
</ItemGroup>

<ItemGroup>
<Content Include="config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>

Expand Down

0 comments on commit 1cdc720

Please sign in to comment.