Skip to content

Commit

Permalink
update RavenMigrations
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszdobrzynski committed Dec 19, 2023
1 parent 91130f3 commit 5b19a44
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build_back-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
- name: Setup .NET Core 8
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.100
- name: Setup .NET Core 7
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.404
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<ItemGroup>
<PackageReference Include="RavenMigrations" Version="5.0.1" />
<PackageReference Update="RavenDB.TestDriver" Version="6.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions tests/Database.Tests/Database.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
<ProjectReference Include="..\..\back-end\Database\Database.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="RavenDB.TestDriver" Version="6.0.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion tools/Database.Migration/Database.Migration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0" />
<PackageReference Include="RavenMigrations" Version="5.0.0" />
<PackageReference Include="RavenMigrations" Version="5.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5b19a44

Please sign in to comment.