Skip to content

Commit 8ba77bf

Browse files
committed
.net 9 update.
1 parent 0d93d62 commit 8ba77bf

File tree

14 files changed

+28
-28
lines changed

14 files changed

+28
-28
lines changed

DummyPageGenerator/DummyPageGenerator.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131

3232
<ItemGroup>
3333
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="10.0.0" />
34-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0" />
35-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
36-
<PackageReference Include="NTDLS.DelegateThreadPooling" Version="1.5.8" />
34+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.1" />
35+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
36+
<PackageReference Include="NTDLS.DelegateThreadPooling" Version="1.5.12" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

DumpConfiguration/DumpConfiguration.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="NTDLS.SqliteDapperWrapper" Version="1.1.3" />
11+
<PackageReference Include="NTDLS.SqliteDapperWrapper" Version="1.1.4" />
1212
</ItemGroup>
1313

1414
</Project>

Mssql2Sqlite/Mssql2Sqlite.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ItemGroup>
1515
<PackageReference Include="Dapper" Version="2.1.35" />
1616
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
17-
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="9.0.0" />
17+
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="9.0.1" />
1818
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.10" />
1919
</ItemGroup>
2020

TightWiki.Caching/TightWiki.Caching.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<Version>2.19.0</Version>
6+
<Version>2.20.1</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)'=='Release'">
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="System.Runtime.Caching" Version="9.0.0" />
15+
<PackageReference Include="System.Runtime.Caching" Version="9.0.1" />
1616
</ItemGroup>
1717

1818
</Project>

TightWiki.Email/TightWiki.Email.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<Version>2.19.0</Version>
6+
<Version>2.20.1</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)'=='Release'">

TightWiki.Engine.Function/TightWiki.Engine.Function.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<Version>2.19.0</Version>
6+
<Version>2.20.1</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)'=='Release'">
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="NTDLS.Helpers" Version="1.3.10" />
15+
<PackageReference Include="NTDLS.Helpers" Version="1.3.11" />
1616
</ItemGroup>
1717

1818
</Project>

TightWiki.Engine.Implementation/TightWiki.Engine.Implementation.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<Version>2.19.0</Version>
6+
<Version>2.20.1</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)'=='Release'">

TightWiki.Engine.Library/TightWiki.Engine.Library.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<Version>2.19.0</Version>
6+
<Version>2.20.1</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)'=='Release'">

TightWiki.Engine/TightWiki.Engine.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<Version>2.19.0</Version>
6+
<Version>2.20.1</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)'=='Release'">

TightWiki.Library/TightWiki.Library.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<Version>2.19.0</Version>
6+
<Version>2.20.1</Version>
77
</PropertyGroup>
88

99
<ItemGroup>
@@ -16,10 +16,10 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="14.3.0" />
20-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.0" />
21-
<PackageReference Include="NTDLS.Helpers" Version="1.3.10" />
22-
<PackageReference Include="NTDLS.SqliteDapperWrapper" Version="1.1.3" />
19+
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="14.4.0" />
20+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.1" />
21+
<PackageReference Include="NTDLS.Helpers" Version="1.3.11" />
22+
<PackageReference Include="NTDLS.SqliteDapperWrapper" Version="1.1.4" />
2323
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
2424
</ItemGroup>
2525

TightWiki.Models/TightWiki.Models.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<Version>2.19.0</Version>
6+
<Version>2.20.1</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)'=='Release'">

TightWiki.Repository/TightWiki.Repository.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<Version>2.19.0</Version>
6+
<Version>2.20.1</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)'=='Release'">

TightWiki.Security/TightWiki.Security.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<Version>2.19.0</Version>
6+
<Version>2.20.1</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)'=='Release'">

TightWiki/TightWiki.csproj

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121

2222
<ItemGroup>
2323
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="10.0.0" />
24-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="9.0.0" />
25-
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="9.0.0" />
26-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.0" />
27-
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.0" />
28-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0" />
29-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0">
24+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="9.0.1" />
25+
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="9.0.1" />
26+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.1" />
27+
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.1" />
28+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.1" />
29+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.1">
3030
<PrivateAssets>all</PrivateAssets>
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3232
</PackageReference>
33-
<PackageReference Include="NTDLS.DelegateThreadPooling" Version="1.5.8" />
33+
<PackageReference Include="NTDLS.DelegateThreadPooling" Version="1.5.12" />
3434
</ItemGroup>
3535

3636
<ItemGroup>

0 commit comments

Comments
 (0)