File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net5.0 </TargetFramework >
4
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
5
5
<AssemblyName >ScratchPad</AssemblyName >
6
6
<OutputType >Exe</OutputType >
7
7
<PackageId >ScratchPad</PackageId >
10
10
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
11
11
</PropertyGroup >
12
12
13
- <ItemGroup >
14
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 3.1.6" />
15
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 3.1.6" />
16
- </ItemGroup >
17
-
18
13
<ItemGroup >
19
14
<ProjectReference Include =" ..\..\src\providers\WorkflowCore.Persistence.PostgreSQL\WorkflowCore.Persistence.PostgreSQL.csproj" />
20
15
<ProjectReference Include =" ..\..\src\providers\WorkflowCore.Persistence.SqlServer\WorkflowCore.Persistence.SqlServer.csproj" />
You can’t perform that action at this time.
0 commit comments