File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 13
13
</PropertyGroup >
14
14
15
15
<ItemGroup >
16
- <PackageReference Include =" Internal.AspNetCore.Sdk" Version =" 1.0.1-* " PrivateAssets =" All" />
16
+ <PackageReference Include =" Internal.AspNetCore.Sdk" Version =" $(InternalAspNetCoreSdkVersion) " PrivateAssets =" All" />
17
17
</ItemGroup >
18
18
19
19
<ItemGroup Condition =" '$(TargetFrameworkIdentifier)'=='.NETFramework' AND '$(OutputType)'=='library'" >
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<AspNetCoreVersion >1.2.0-*</AspNetCoreVersion >
4
4
<CoreFxVersion >4.3.0</CoreFxVersion >
5
+ <InternalAspNetCoreSdkVersion >2.0.0-*</InternalAspNetCoreSdkVersion >
5
6
<MoqVersion >4.7.1</MoqVersion >
6
7
<NetStandardImplicitPackageVersion >1.6.1</NetStandardImplicitPackageVersion >
7
8
<RuntimeFrameworkVersion >2.0.0-*</RuntimeFrameworkVersion >
8
9
<TestSdkVersion >15.0.0</TestSdkVersion >
9
10
<XunitVersion >2.2.0</XunitVersion >
10
11
</PropertyGroup >
11
- </Project >
12
+ </Project >
You can’t perform that action at this time.
0 commit comments