Skip to content

Commit e919a2d

Browse files
committed
fix: Fix CI
1 parent a3c9272 commit e919a2d

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/create-dependencies-pr.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ jobs:
3232
run: dotnet add package OpenActive.NET
3333
working-directory: ./Fakes/OpenActive.FakeDatabase.NET/
3434

35-
- name: Update OpenActive.NET to latest version in BookingSystem.AspNetFramework
36-
run: dotnet add package OpenActive.NET
37-
working-directory: ./Examples/BookingSystem.AspNetFramework/
38-
39-
- name: Update OpenActive.DatasetSite.NET to latest version in BookingSystem.AspNetFramework
40-
run: dotnet add package OpenActive.DatasetSite.NET
41-
working-directory: ./Examples/BookingSystem.AspNetFramework/
42-
4335
- name: git stash if material changes have not been made
4436
# When considering whether it's worth making a PR, ignore the following:
4537
# - Any updates to the package.json or package-lock.json files in OpenActive.DatasetSite.NET.Generator (not worth creating a PR JUST for these if the template itself has not been updated)

Directory.Build.props.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<PackageReference Include="Nerdbank.GitVersioning">
5-
<Version>3.5.108</Version>
5+
<Version>3.3.37</Version>
66
<PrivateAssets>all</PrivateAssets>
77
</PackageReference>
88
</ItemGroup>

0 commit comments

Comments
 (0)