Skip to content

Commit

Permalink
DiagnosticSource to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbrandenburg committed Jul 3, 2017
1 parent f3ab816 commit 8f120e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
<CoreFxVersion>4.4.0-*</CoreFxVersion>
<DiagnosticSourceVersion>4.4.1-*</DiagnosticSourceVersion>
<DependencyModelVersion>2.0.0-preview1-*</DependencyModelVersion>
<EF6Version>6.1.3</EF6Version>
<ImmutableCollectionsVersion>1.3.1</ImmutableCollectionsVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/EFCore/EFCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Microsoft.EntityFrameworkCore.DbSet
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="$(AspNetCoreVersion)" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="$(AspNetCoreVersion)" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="$(CoreFxVersion)" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="$(DiagnosticSourceVersion)" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="$(AspNetCoreVersion)" />
<PackageReference Include="Remotion.Linq" Version="$(RelinqVersion)" />
<PackageReference Include="System.Collections.Immutable" Version="$(ImmutableCollectionsVersion)" />
Expand Down

0 comments on commit 8f120e0

Please sign in to comment.