Skip to content

Commit b292804

Browse files
committed
Remove the ASP.NET Core 1.0 dependencies from dependencies.props
1 parent c6cbe47 commit b292804

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

build/dependencies.props

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
<Project>
22

33
<PropertyGroup>
4-
<JetBrainsVersion>10.3.0</JetBrainsVersion>
5-
</PropertyGroup>
6-
7-
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' Or '$(TargetFramework)' == 'net451' ">
8-
<AspNetCoreVersion>1.0.0</AspNetCoreVersion>
9-
<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
10-
<RuntimeFrameworkVersion>1.0.0</RuntimeFrameworkVersion>
11-
</PropertyGroup>
12-
13-
<PropertyGroup Condition=" '$(AspNetCoreVersion)' == '' ">
144
<AspNetCoreVersion>2.0.0</AspNetCoreVersion>
5+
<JetBrainsVersion>10.3.0</JetBrainsVersion>
156
<NetStandardImplicitPackageVersion>2.0.0</NetStandardImplicitPackageVersion>
167
<RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion>
178
</PropertyGroup>

0 commit comments

Comments
 (0)