We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3054bb commit 52c8084Copy full SHA for 52c8084
.nuspec
ForgeDoc.csproj
@@ -1,9 +1,16 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net8.0</TargetFramework>
5
- <ImplicitUsings>enable</ImplicitUsings>
6
- <Nullable>enable</Nullable>
+ <TargetFramework>netstandard2.0</TargetFramework>
+ <PackageId>ForgeDoc</PackageId>
+ <Version>1.0.0</Version>
7
+ <Authors>Ahmed Khalifa</Authors>
8
+ <Description>Your package description</Description>
9
+ <PackageTags>openxml;extension;package</PackageTags>
10
+ <!-- <PackageProjectUrl>https://github.com/ahmdrz/ForgeDoc</PackageProjectUrl>
11
+ <RepositoryUrl>https://github.com/ahmdrz/ForgeDoc</RepositoryUrl> -->
12
+ <RepositoryType>git</RepositoryType>
13
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
14
</PropertyGroup>
15
16
</Project>
0 commit comments