Skip to content

Commit

Permalink
Housekeeping update packages (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman authored Sep 22, 2024
1 parent f63854a commit c5e8691
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 27 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
with:
configuration: Release
productNamespacePrefix: "ReactiveUI"
useVisualStudioPreview: false
useMauiCheckDotNetTool: false
srcFolder: 'integrationtests'
solutionFile: 'IntegrationTests.All.sln'
performTests: false
3 changes: 0 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ jobs:
with:
configuration: Release
productNamespacePrefix: "ReactiveUI"
dotNetBuild: true
useVisualStudioPreview: false
useMauiCheckDotNetTool: false
solutionFile: "ReactiveUI.Maui.Plugins.Popup.sln"
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
with:
configuration: Release
productNamespacePrefix: "ReactiveUI"
dotNetBuild: true
useVisualStudioPreview: false
useMauiCheckDotNetTool: false
solutionFile: "ReactiveUI.Maui.Plugins.Popup.sln"
secrets:
SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }}
Expand Down
6 changes: 3 additions & 3 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="ReactiveUI.Maui" Version="20.1.1" />
<PackageVersion Include="ReactiveUI.Maui" Version="20.1.63" />
<PackageVersion Include="Mopups" Version="1.3.1" />
</ItemGroup>
<ItemGroup>
Expand All @@ -22,8 +22,8 @@
<PackageVersion Include="Mocks.Maui" Version="1.1.4" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.6.133" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.3" />
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.6.143" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.5" />
<PackageVersion Include="stylecop.analyzers" Version="1.2.0-beta.556" />
</ItemGroup>
<ItemGroup Condition="'$(UseMaui)' == 'true'">
Expand Down
19 changes: 9 additions & 10 deletions src/ReactiveUI.Maui.Plugins.Popup.sln
Original file line number Diff line number Diff line change
@@ -1,35 +1,34 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
# 17
VisualStudioVersion = 17.10.34916.146
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReactiveUI.Maui.Plugins.Popup", "ReactiveUI.Maui.Plugins.Popup\ReactiveUI.Maui.Plugins.Popup.csproj", "{3AB0DD06-D29C-40A3-9BB4-7F98B68A49A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionConfig", "SolutionConfig", "{D7DEFA90-ABB2-4B15-B882-FD045EF63844}"
ProjectSection(SolutionItems) = preProject
..\.editorconfig = ..\.editorconfig
..\README.md = ..\README.md
..\version.json = ..\version.json
Directory.build.props = Directory.build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
..\README.md = ..\README.md
stylecop.json = stylecop.json
..\version.json = ..\version.json
EndProjectSection
EndProject
Global
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60209B6D-CF1E-4D77-B9A9-4A189806F70F}
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3AB0DD06-D29C-40A3-9BB4-7F98B68A49A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AB0DD06-D29C-40A3-9BB4-7F98B68A49A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AB0DD06-D29C-40A3-9BB4-7F98B68A49A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AB0DD06-D29C-40A3-9BB4-7F98B68A49A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60209B6D-CF1E-4D77-B9A9-4A189806F70F}
EndGlobalSection
EndGlobal
6 changes: 0 additions & 6 deletions src/global.json

This file was deleted.

0 comments on commit c5e8691

Please sign in to comment.