Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump to 8.0.200 #230

Merged
merged 6 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@ jobs:
- manifest: 'manifests/uno.ui.manifest.json'
manifest_name: Stable
os: macos-11
dotnet_version: 7.0.403
dotnet_version: 8.0.200

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview
previous_tool_version: ''
previous_tool_params: ''
os: macos-11
dotnet_version: 7.0.403
dotnet_version: 8.0.200

# - manifest: 'manifests/uno.ui-preview-major.manifest.json'
# manifest_name: Preview net8
Expand All @@ -162,14 +162,14 @@ jobs:
previous_tool_version: 1.17.0
previous_tool_params: ''
os: macos-11
dotnet_version: 7.0.403
dotnet_version: 8.0.200

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview Upgrade
previous_tool_version: 1.17.0
previous_tool_params: '--pre'
os: macos-11
dotnet_version: 7.0.403
dotnet_version: 8.0.200

# - manifest: 'manifests/uno.ui-preview-major.manifest.json'
# manifest_name: Preview Upgrade net8
Expand All @@ -181,14 +181,14 @@ jobs:
- manifest: 'manifests/uno.ui.manifest.json'
manifest_name: Stable
os: macos-12
dotnet_version: 7.0.403
dotnet_version: 8.0.200

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview
previous_tool_version: ''
previous_tool_params: ''
os: macos-12
dotnet_version: 7.0.403
dotnet_version: 8.0.200

# - manifest: 'manifests/uno.ui-preview-major.manifest.json'
# manifest_name: Preview net8
Expand All @@ -202,14 +202,14 @@ jobs:
previous_tool_version: 1.17.0
previous_tool_params: ''
os: macos-12
dotnet_version: 7.0.403
dotnet_version: 8.0.200

- manifest: 'manifests/uno.ui-preview.manifest.json'
manifest_name: Preview Upgrade
previous_tool_version: 1.17.0
previous_tool_params: '--pre'
os: macos-12
dotnet_version: 7.0.403
dotnet_version: 8.0.200

# - manifest: 'manifests/uno.ui-preview-major.manifest.json'
# manifest_name: Preview Upgrade net8
Expand All @@ -222,7 +222,7 @@ jobs:
# - manifest: 'manifests/uno.ui.manifest.json'
# manifest_name: Stable
# os: macos-13
# dotnet_version: 7.0.403
# dotnet_version: 8.0.200

runs-on: ${{ matrix.os }}

Expand Down
10 changes: 5 additions & 5 deletions UnoCheck.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnoCheck", "UnoCheck\UnoCheck.csproj", "{AA2080B9-50D8-4FF8-A85D-DD952D955D22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DotNet.MSBuildSdkResolver", "UnoCheck.SdkResolver\Microsoft.DotNet.MSBuildSdkResolver.csproj", "{3DF4A47E-286E-470F-AB0B-C33BDA3722FF}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DotNet.MSBuildSdkResolver", "UnoCheck.SdkResolver\Microsoft.DotNet.MSBuildSdkResolver.csproj", "{DD9F230A-D328-4F90-B030-D27035D365DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -24,10 +24,10 @@ Global
{AA2080B9-50D8-4FF8-A85D-DD952D955D22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA2080B9-50D8-4FF8-A85D-DD952D955D22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA2080B9-50D8-4FF8-A85D-DD952D955D22}.Release|Any CPU.Build.0 = Release|Any CPU
{3DF4A47E-286E-470F-AB0B-C33BDA3722FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DF4A47E-286E-470F-AB0B-C33BDA3722FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DF4A47E-286E-470F-AB0B-C33BDA3722FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DF4A47E-286E-470F-AB0B-C33BDA3722FF}.Release|Any CPU.Build.0 = Release|Any CPU
{DD9F230A-D328-4F90-B030-D27035D365DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD9F230A-D328-4F90-B030-D27035D365DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD9F230A-D328-4F90-B030-D27035D365DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD9F230A-D328-4F90-B030-D27035D365DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading
Loading