Skip to content

Commit 8ddd04b

Browse files
committed
Switch development location
1 parent b943aac commit 8ddd04b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/ServiceControl.Audit.Persistence/DevelopmentPersistenceLocations.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ static DevelopmentPersistenceLocations()
3030
const string configuration = "Release";
3131
#endif
3232

33-
#if NET8_0
34-
const string framework = "net8.0";
33+
#if NET10_0
34+
const string framework = "net10.0";
3535
#endif
3636
}
3737
}

src/ServiceControl.Persistence/DevelopmentPersistenceLocations.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ static DevelopmentPersistenceLocations()
2929
const string configuration = "Release";
3030
#endif
3131

32-
#if NET8_0
33-
const string framework = "net8.0";
32+
#if NET10_0
33+
const string framework = "net10.0";
3434
#endif
3535
}
3636
}

src/ServiceControl.Transports/DevelopmentTransportLocations.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ static DevelopmentTransportLocations()
3636
const string configuration = "Release";
3737
#endif
3838

39-
#if NET8_0
40-
const string framework = "net8.0";
39+
#if NET10_0
40+
const string framework = "net10.0";
4141
#endif
4242
}
4343
}

0 commit comments

Comments
 (0)