Skip to content

Commit 28bf2b4

Browse files
committed
No need for the worker SDK
1 parent 4064d54 commit 28bf2b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

samples/2 - PrimarySchool/2 - PrimarySchool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Worker">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<RootNamespace>PrimarySchool</RootNamespace>

samples/2 - PrimarySchool/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Microsoft.EntityFrameworkCore;
2+
using Microsoft.Extensions.DependencyInjection;
23
using PrimarySchool;
34
using PrimarySchool.Triggers;
45

0 commit comments

Comments
 (0)