Skip to content

Commit e16e735

Browse files
committed
Change dotnet version
1 parent ce07234 commit e16e735

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup .NET
2121
uses: actions/setup-dotnet@v4
2222
with:
23-
dotnet-version: 8.0.x
23+
dotnet-version: 9.0.200
2424
- name: Restore dependencies
2525
run: dotnet restore
2626
- name: Build

EntityFramework.Exceptions.slnx

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Solution>
22
<Folder Name="/DbExceptionClassifier/">
33
<Project Path="DbExceptionClassifier/Common/Common.csproj" />
4-
<Project Path="DbExceptionClassifier/MySQL.Pomelo/MySQL.Pomelo.csproj" Id="1ecbe784-4401-46a3-a84c-70da709eea6a" />
5-
<Project Path="DbExceptionClassifier/MySQL/MySQL.csproj" Id="9264a653-120d-46bd-bec6-8fafd1353b92" />
6-
<Project Path="DbExceptionClassifier/Oracle/Oracle.csproj" Id="13eee1f0-82ee-4030-88cd-16a2e5a99055" />
4+
<Project Path="DbExceptionClassifier/MySQL.Pomelo/MySQL.Pomelo.csproj" />
5+
<Project Path="DbExceptionClassifier/MySQL/MySQL.csproj" />
6+
<Project Path="DbExceptionClassifier/Oracle/Oracle.csproj" />
77
<Project Path="DbExceptionClassifier/PostgreSQL/PostgreSQL.csproj" />
8-
<Project Path="DbExceptionClassifier/SQLite/SQLite.csproj" Id="5469d6c8-9d53-4f02-a926-8ebfa8ccf7d3" DisplayName="Sqlite" />
8+
<Project Path="DbExceptionClassifier/Sqlite/Sqlite.csproj" />
99
<Project Path="DbExceptionClassifier/SqlServer/SqlServer.csproj" />
1010
</Folder>
1111
<Folder Name="/EntityFramework.Exceptions/">

0 commit comments

Comments
 (0)