Skip to content

Commit 8ab2248

Browse files
committed
Update dependencies.
1 parent 7f9bdce commit 8ab2248

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
1515
<RestoreLockedMode Condition="'$(CI)' == 'true'">true</RestoreLockedMode>
1616
-->
17+
<DefineConstants>$(DefineConstants);ENABLE_NULLABLE</DefineConstants>
1718
</PropertyGroup>
1819

1920
<Import Project="./build/shared/dotnet/common.props" />

build/dependency-versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
33
<Microsoft_Extensions_Version>3.1.0</Microsoft_Extensions_Version>
4-
<AppCore_Shared_Version>0.4.0-alpha.*</AppCore_Shared_Version>
4+
<AppCore_Shared_Version>0.4.3</AppCore_Shared_Version>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)