Skip to content

Commit 52c8084

Browse files
author
Ahmed Bashir
committed
wip
1 parent c3054bb commit 52c8084

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.nuspec

-8
This file was deleted.

ForgeDoc.csproj

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
<PackageId>ForgeDoc</PackageId>
6+
<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>
714
</PropertyGroup>
815

916
</Project>

0 commit comments

Comments
 (0)