Skip to content

Commit

Permalink
Use latest build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed May 30, 2024
1 parent bf07c73 commit a91912d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.206' # Use until runnner is updated
dotnet-version: '8.0.206' # Use until runnner is updated to VS 17.10

- name: Update Version
run: |
Expand Down
7 changes: 0 additions & 7 deletions global.json

This file was deleted.

1 change: 0 additions & 1 deletion src/EFCorePowerTools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{ACD63354
..\.github\workflows\cli-release.yml = ..\.github\workflows\cli-release.yml
..\.github\workflows\cli-tool.yml = ..\.github\workflows\cli-tool.yml
Directory.Build.Props = Directory.Build.Props
..\global.json = ..\global.json
NuGet.Config = NuGet.Config
..\.github\workflows\nupkg-release.yml = ..\.github\workflows\nupkg-release.yml
..\.github\workflows\vsix.yml = ..\.github\workflows\vsix.yml
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/EFCorePowerTools/EFCorePowerTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
<PackageReference Include="Microsoft.VisualStudio.Data.Framework" Version="17.5.33428.388" />
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.32112.339" />
<PackageReference Include="Microsoft.VSSDK.BuildTools">
<Version>17.8.2365</Version>
<Version>17.11.54-preview1</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.32112.339" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.10.1074-preview2">
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.11.54-preview1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit a91912d

Please sign in to comment.