Skip to content

Commit 3798918

Browse files
committed
version upgrade for framework change to 2.1
1 parent 66430f3 commit 3798918

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed
Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFramework>netstandard2.1</TargetFramework>
5-
<RootNamespace>NumericWordsConversion</RootNamespace>
6-
<Nullable>enable</Nullable>
7-
</PropertyGroup>
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.1</TargetFramework>
5+
<RootNamespace>NumericWordsConversion</RootNamespace>
6+
<Nullable>enable</Nullable>
7+
<Version>2.0.0</Version>
8+
</PropertyGroup>
89

9-
<ItemGroup>
10-
<None Include="..\LICENSE" Link="LICENSE">
11-
<PackagePath></PackagePath>
12-
<Pack>True</Pack>
13-
</None>
14-
</ItemGroup>
10+
<ItemGroup>
11+
<None Include="..\LICENSE" Link="LICENSE">
12+
<PackagePath></PackagePath>
13+
<Pack>True</Pack>
14+
</None>
15+
</ItemGroup>
1516

1617
</Project>

0 commit comments

Comments
 (0)