Skip to content

Commit 8686272

Browse files
committed
(#341) Run dotnet outdated on samples.
1 parent ca2650c commit 8686272

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

Directory.Packages.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
<PackageVersion Include="FluentAssertions.Web" Version="1.8.0" />
1111
<PackageVersion Include="LiteDB" Version="5.0.21" />
1212
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.4" />
13-
<PackageVersion Include="Microsoft.AspNetCore.OData" Version="9.3.0" />
13+
<PackageVersion Include="Microsoft.AspNetCore.OData" Version="9.3.1" />
1414
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.4" />
15-
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.49.0" />
15+
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.51.0" />
1616
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.4" />
1717
<PackageVersion Include="Microsoft.EntityFrameworkCore.Cosmos" Version="9.0.4" />
1818
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.4" />
1919
<PackageVersion Include="Microsoft.EntityFrameworkCore.Proxies" Version="9.0.4" />
2020
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.4" />
2121
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.4" />
2222
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.4" />
23-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.4" />
23+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.5" />
2424
<PackageVersion Include="Microsoft.Extensions.Http" Version="9.0.4" />
25-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.4" />
25+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.5" />
2626
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2727
<PackageVersion Include="Microsoft.OData.Core" Version="8.2.3" />
2828
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />

samples/datasync-server/src/Sample.Datasync.Server/Sample.Datasync.Server.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="CommunityToolkit.Datasync.Server" Version="9.0.1" />
11-
<PackageReference Include="CommunityToolkit.Datasync.Server.EntityFrameworkCore" Version="9.0.1" />
12-
<PackageReference Include="CommunityToolkit.Datasync.Server.NSwag" Version="9.0.1" />
13-
<PackageReference Include="CommunityToolkit.Datasync.Server.OpenApi" Version="9.0.1" />
14-
<PackageReference Include="CommunityToolkit.Datasync.Server.Swashbuckle" Version="9.0.1" />
15-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" />
16-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.2" />
17-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.2">
10+
<PackageReference Include="CommunityToolkit.Datasync.Server" Version="9.0.2" />
11+
<PackageReference Include="CommunityToolkit.Datasync.Server.EntityFrameworkCore" Version="9.0.2" />
12+
<PackageReference Include="CommunityToolkit.Datasync.Server.NSwag" Version="9.0.2" />
13+
<PackageReference Include="CommunityToolkit.Datasync.Server.OpenApi" Version="9.0.2" />
14+
<PackageReference Include="CommunityToolkit.Datasync.Server.Swashbuckle" Version="9.0.2" />
15+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.5" />
16+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.5" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.5">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>

samples/todoapp-mvc/TodoApp.Service/TodoApp.Service.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="CommunityToolkit.Datasync.Server" Version="8.0.3" />
11-
<PackageReference Include="CommunityToolkit.Datasync.Server.EntityFrameworkCore" Version="8.0.3" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.11" />
13-
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" />
10+
<PackageReference Include="CommunityToolkit.Datasync.Server" Version="8.0.7" />
11+
<PackageReference Include="CommunityToolkit.Datasync.Server.EntityFrameworkCore" Version="8.0.7" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.5" />
13+
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="3.0.71" />
1414
</ItemGroup>
1515

1616
<Target Name="CleanWwwRootLib" AfterTargets="Clean">

samples/todoapp-tutorial/ClientApp/ClientApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="CommunityToolkit.Datasync.Client" Version="9.0.0" />
12+
<PackageReference Include="CommunityToolkit.Datasync.Client" Version="9.0.2" />
1313
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
1414
</ItemGroup>
1515

samples/todoapp-tutorial/ServerApp/ServerApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="CommunityToolkit.Datasync.Server" Version="9.0.0" />
11-
<PackageReference Include="CommunityToolkit.Datasync.Server.InMemory" Version="9.0.0" />
10+
<PackageReference Include="CommunityToolkit.Datasync.Server" Version="9.0.2" />
11+
<PackageReference Include="CommunityToolkit.Datasync.Server.InMemory" Version="9.0.2" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)