We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc4761 commit e1533c2Copy full SHA for e1533c2
2 files changed
build/common.props
@@ -13,6 +13,6 @@
13
</PropertyGroup>
14
15
<ItemGroup>
16
- <PackageReference Include="Internal.AspNetCore.Sdk" Version="1.0.1-*" PrivateAssets="All" />
+ <PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkVersion)" PrivateAssets="All" />
17
</ItemGroup>
18
</Project>
build/dependencies.props
@@ -6,6 +6,7 @@
6
<AutoMapperVersion>5.0.2</AutoMapperVersion>
7
<CoreFxVersion>4.3.0</CoreFxVersion>
8
<JsonNetVersion>10.0.1</JsonNetVersion>
9
+ <InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>
10
<MicrosoftDataflowVersion>4.5.24</MicrosoftDataflowVersion>
11
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
12
<ThreadingDataflowVersion>4.7.0</ThreadingDataflowVersion>
0 commit comments