Skip to content

Commit

Permalink
Update Service Fabric to Service Fabric 10.1 Cumulative Update 4.0 (#697
Browse files Browse the repository at this point in the history
)

* Update Service Fabric to Service Fabric 10.1 Cumulative Update 4.0

Release notes:
https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU4.md

* Update build.yml
  • Loading branch information
neilr81 authored Oct 15, 2024
1 parent 27d2a03 commit 5d1c42c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force -Scope CurrentUser
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -OutFile setup.exe -Uri https://download.microsoft.com/download/b/8/a/b8a2fb98-0ec1-41e5-be98-9d8b5abf7856/MicrosoftServiceFabric.10.1.1951.9590.exe
Invoke-WebRequest -OutFile setup.exe -Uri https://download.microsoft.com/download/b/8/a/b8a2fb98-0ec1-41e5-be98-9d8b5abf7856/MicrosoftServiceFabric.10.1.2338.9590.exe
.\setup.exe /accepteula /force /quiet
- name: Build with dotnet
run: dotnet build --configuration ${{ matrix.configuration }}
Expand Down
14 changes: 7 additions & 7 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
</ItemGroup>
<ItemGroup Label="ServiceFabric packages for Omex Extensions">
<PackageVersion Include="Microsoft.ServiceFabric" Version="10.1.2175" />
<PackageVersion Include="Microsoft.ServiceFabric.Actors" Version="7.1.2175" />
<PackageVersion Include="Microsoft.ServiceFabric.AspNetCore.Abstractions" Version="7.1.2175" />
<PackageVersion Include="Microsoft.ServiceFabric.Client.Http" Version="4.11.0" />
<PackageVersion Include="Microsoft.ServiceFabric.Services" Version="7.1.2175" />
<PackageVersion Include="Microsoft.ServiceFabric.Services.Remoting" Version="7.1.2175" />
<PackageVersion Include="ServiceFabric.Mocks" Version="7.1.5" />
<PackageVersion Include="Microsoft.ServiceFabric" Version="10.1.2338" />
<PackageVersion Include="Microsoft.ServiceFabric.Actors" Version="7.1.2338" />
<PackageVersion Include="Microsoft.ServiceFabric.AspNetCore.Abstractions" Version="7.1.2338" />
<PackageVersion Include="Microsoft.ServiceFabric.Client.Http" Version="4.12.0" />
<PackageVersion Include="Microsoft.ServiceFabric.Services" Version="7.1.2338" />
<PackageVersion Include="Microsoft.ServiceFabric.Services.Remoting" Version="7.1.2338" />
<PackageVersion Include="ServiceFabric.Mocks" Version="7.1.6" />
</ItemGroup>
<ItemGroup Label="Moq pinned to 4.18.4 until SponsorLink is fully removed and new versions are deemed trustworty">
<PackageVersion Include="Moq" Version="4.18.4" />
Expand Down

0 comments on commit 5d1c42c

Please sign in to comment.