Skip to content

Commit 4c228fd

Browse files
committed
global.json for net8
1 parent 9e9b1de commit 4c228fd

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup .NET
2828
uses: actions/setup-dotnet@v4
2929
with:
30-
dotnet-version: 9.0.x
30+
dotnet-version: 8.0.x
3131
- name: Install workload ios
3232
run: dotnet workload install ios
3333
- name: Install workload maccatalyst

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Copyright>Copyright 2014-2025 SourceGear, LLC</Copyright>
55
<Company>SourceGear</Company>
66
<Authors>Eric Sink</Authors>
7-
<Version>3.0.0-pre20250106143708</Version>
7+
<Version>3.0.0-pre20250106150515</Version>
88
<AssemblyVersion>3.0.0.2562</AssemblyVersion>
99
<FileVersion>3.0.0.2562</FileVersion>
1010
<Description>SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite</Description>

global.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"sdk": {
3+
"version": "8.0.300",
4+
"rollForward": "latestFeature"
5+
}
6+
}

0 commit comments

Comments
 (0)