Skip to content

Commit

Permalink
Bump Microsoft.EntityFrameworkCore from 6.0.0 to 6.0.1 (#193)
Browse files Browse the repository at this point in the history
* Bump Microsoft.EntityFrameworkCore from 6.0.0 to 6.0.1

Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update and rename dotnet-core.yml to ci.yml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Vreony <dpvreony@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dpvreony authored Dec 20, 2021
1 parent 1c98758 commit 2a25443
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/dotnet-core.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
dotnet tool install --global dotnet-outdated-tool
dotnet tool install --global snitch
dotnet tool install --global dotnet-sonarscanner
dotnet tool install --global JetBrains.ReSharper.GlobalTools
- name: Prepare Artifact Directory
run: |
Expand Down Expand Up @@ -117,10 +116,6 @@ jobs:
run: |
dotnet outdated -o artifacts\outdated\outdated.json src
- name: Run Resharper Duplicate Code Finder
run: |
jb dupfinder ${{ env.solutionpath }} -o=artifacts\dupfinder\report.xml
# - name: XSLT Resharper Duplicate Code Finder output
# - name: Output dupfinder to PR comment

Expand Down Expand Up @@ -162,11 +157,6 @@ jobs:
name: snitch
path: artifacts/snitch

- name: store resharper dupfinder
uses: actions/upload-artifact@v2
with:
name: dupfinder
path: artifacts/dupfinder
release:
runs-on: ubuntu-latest
needs: build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Whipstaff.AspNetCore" Version="6.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2a25443

Please sign in to comment.