Skip to content

Commit 418eb0e

Browse files
author
Adrian Hall
committed
(#195) Updated csproj.template to support build version
1 parent 381a064 commit 418eb0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/Template.DatasyncServer/Template.DatasyncServer.csproj.template

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
3+
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<LangVersion>latest</LangVersion>
77
<UserSecretsId>{SECRETS-GUID}</UserSecretsId>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="CommunityToolkit.Datasync.Server" Version="{NUGET_VERSION}" />
12-
<PackageReference Include="CommunityToolkit.Datasync.Server.EntityFrameworkCore" Version="{NUGET_VERSION}" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.8">
11+
<PackageReference Include="CommunityToolkit.Datasync.Server" Version="${NUGET_VERSION}" />
12+
<PackageReference Include="CommunityToolkit.Datasync.Server.EntityFrameworkCore" Version="${NUGET_VERSION}" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.1" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.1">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>

0 commit comments

Comments
 (0)