We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0198f5 + ba34e7a commit 02751b9Copy full SHA for 02751b9
Directory.Build.props
@@ -6,8 +6,8 @@
6
<LangVersion>preview</LangVersion>
7
<ImplicitUsings>enable</ImplicitUsings>
8
<Nullable>enable</Nullable>
9
- <CommonVersion>1.0.74</CommonVersion>
10
- <EFVersion>9.0.2</EFVersion>
+ <CommonVersion>1.0.75</CommonVersion>
+ <EFVersion>9.0.3</EFVersion>
11
12
<PublishRepositoryUrl>true</PublishRepositoryUrl>
13
<EmbedUntrackedSources>true</EmbedUntrackedSources>
build/version.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
<VersionMajor>9</VersionMajor>
4
- <VersionMinor>2</VersionMinor>
+ <VersionMinor>3</VersionMinor>
5
<VersionPatch>0</VersionPatch>
<VersionRevision>0</VersionRevision>
<VersionPrefix Condition="'$(VersionRevision)'=='0' or '$(VersionRevision)'==''">$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
0 commit comments