Skip to content

Commit

Permalink
Update to dotnet9 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachabruttin authored Jan 15, 2025
1 parent 498026e commit 49d447b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '9.0.x'

- name: Restore dependencies
run: dotnet restore $env:Solution_Name
Expand Down
2 changes: 1 addition & 1 deletion src/CosmosDbExplorer/CosmosDbExplorer.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net9.0-windows7.0</TargetFramework>
<RootNamespace>CosmosDbExplorer</RootNamespace>
<UseWPF>true</UseWPF>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down

0 comments on commit 49d447b

Please sign in to comment.