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(deps): update dependency dotnet-sdk to v8.0.300 #778

Merged
merged 3 commits into from
May 26, 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
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ env:

jobs:
release:
permissions:
contents: read
permissions: write-all
uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main
with:
productNamespacePrefix: "Sextant"
Expand Down
10 changes: 0 additions & 10 deletions src/Sextant.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34321.82
Expand All @@ -25,10 +24,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sextant.XamForms.Tests", "S
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sextant.Mocks", "Sextant.Mocks\Sextant.Mocks.csproj", "{07C90E5B-858E-4EB2-948B-8D0A698F439B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{42173B56-0F72-4E8E-828F-4289222C8BB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sextant.iOS.Runner", "Sextant.iOS.Runner\Sextant.iOS.Runner.csproj", "{80A96B52-6758-4BDB-B0B4-CEA4CA155C60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sextant.Plugins.Popup", "Sextant.Plugins.Popup\Sextant.Plugins.Popup.csproj", "{C863B0F3-46AF-46A3-93E9-5B1CEFA18896}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sextant.Avalonia", "Sextant.Avalonia\Sextant.Avalonia.csproj", "{A91CDEEB-C4D5-402B-9B42-D91E0151F30E}"
Expand Down Expand Up @@ -61,8 +56,6 @@ Global
{07C90E5B-858E-4EB2-948B-8D0A698F439B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07C90E5B-858E-4EB2-948B-8D0A698F439B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07C90E5B-858E-4EB2-948B-8D0A698F439B}.Release|Any CPU.Build.0 = Release|Any CPU
{80A96B52-6758-4BDB-B0B4-CEA4CA155C60}.Debug|Any CPU.ActiveCfg = Debug|iPhone
{80A96B52-6758-4BDB-B0B4-CEA4CA155C60}.Release|Any CPU.ActiveCfg = Release|iPhone
{C863B0F3-46AF-46A3-93E9-5B1CEFA18896}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C863B0F3-46AF-46A3-93E9-5B1CEFA18896}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C863B0F3-46AF-46A3-93E9-5B1CEFA18896}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -79,9 +72,6 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{80A96B52-6758-4BDB-B0B4-CEA4CA155C60} = {42173B56-0F72-4E8E-828F-4289222C8BB4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5DD8FF23-E55B-4675-A15F-2E0DB2E10CC3}
EndGlobalSection
Expand Down
2 changes: 1 addition & 1 deletion src/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.101",
"version": "8.0.300",
"rollForward": "latestFeature"
},
"msbuild-sdks": {
Expand Down
Loading