We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9bdce commit 8ab2248Copy full SHA for 8ab2248
Directory.Build.props
@@ -14,6 +14,7 @@
14
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
15
<RestoreLockedMode Condition="'$(CI)' == 'true'">true</RestoreLockedMode>
16
-->
17
+ <DefineConstants>$(DefineConstants);ENABLE_NULLABLE</DefineConstants>
18
</PropertyGroup>
19
20
<Import Project="./build/shared/dotnet/common.props" />
build/dependency-versions.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
<Microsoft_Extensions_Version>3.1.0</Microsoft_Extensions_Version>
4
- <AppCore_Shared_Version>0.4.0-alpha.*</AppCore_Shared_Version>
+ <AppCore_Shared_Version>0.4.3</AppCore_Shared_Version>
5
6
</Project>
0 commit comments