Skip to content

Commit 8059ea8

Browse files
authored
Credit Card Number (StefH#21)
* Credit Card Number
1 parent c1260a7 commit 8059ea8

File tree

85 files changed

+2601
-1934
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+2601
-1934
lines changed

Directory.Build.props

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<Project>
2-
<PropertyGroup>
3-
<MsBuildAllProjects>$(MsBuildAllProjects);$(MsBuildThisFileFullPath)</MsBuildAllProjects>
4-
</PropertyGroup>
2+
<PropertyGroup>
3+
<MsBuildAllProjects>$(MsBuildAllProjects);$(MsBuildThisFileFullPath)</MsBuildAllProjects>
4+
</PropertyGroup>
55

6-
<PropertyGroup>
7-
<VersionPrefix>1.0.14</VersionPrefix>
8-
</PropertyGroup>
6+
<PropertyGroup>
7+
<VersionPrefix>1.0.15</VersionPrefix>
8+
<LangVersion>10.0</LangVersion>
9+
<Nullable>enable</Nullable>
10+
</PropertyGroup>
911
</Project>

0 commit comments

Comments
 (0)