Skip to content

Commit

Permalink
global.json for net8
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Jan 6, 2025
1 parent 9e9b1de commit 4c228fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
dotnet-version: 8.0.x
- name: Install workload ios
run: dotnet workload install ios
- name: Install workload maccatalyst
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Copyright>Copyright 2014-2025 SourceGear, LLC</Copyright>
<Company>SourceGear</Company>
<Authors>Eric Sink</Authors>
<Version>3.0.0-pre20250106143708</Version>
<Version>3.0.0-pre20250106150515</Version>
<AssemblyVersion>3.0.0.2562</AssemblyVersion>
<FileVersion>3.0.0.2562</FileVersion>
<Description>SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite</Description>
Expand Down
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "8.0.300",
"rollForward": "latestFeature"
}
}

0 comments on commit 4c228fd

Please sign in to comment.