File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
templates/Template.DatasyncServer Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
./tools/sign code azure-key-vault
113
113
**/*.nupkg
114
114
--base-directory "${{ github.workspace }}/packages"
115
- --file-list "${{ github.workspace }}/SignedPackageFileList .txt"
115
+ --file-list "${{ github.workspace }}/SignedTemplateFileList .txt"
116
116
--timestamp-url "http://timestamp.digicert.com"
117
117
--publisher-name ".NET Foundation"
118
118
--description "Community Datasync Toolkit"
Original file line number Diff line number Diff line change 3
3
<TargetFramework>net8.0</TargetFramework>
4
4
<Nullable>enable</Nullable>
5
5
<ImplicitUsings>enable</ImplicitUsings>
6
- <LangVersion>10.0 </LangVersion>
6
+ <LangVersion>latest </LangVersion>
7
7
<UserSecretsId>{SECRETS-GUID}</UserSecretsId>
8
8
</PropertyGroup>
9
9
10
10
<ItemGroup>
11
11
<PackageReference Include="CommunityToolkit.Datasync.Server" Version="{NUGET_VERSION}" />
12
12
<PackageReference Include="CommunityToolkit.Datasync.Server.EntityFrameworkCore" Version="{NUGET_VERSION}" />
13
- <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6 .0.0 " />
14
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6 .0.0 ">
13
+ <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8 .0.8 " />
14
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8 .0.8 ">
15
15
<PrivateAssets>all</PrivateAssets>
16
16
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
17
17
</PackageReference>
You can’t perform that action at this time.
0 commit comments