We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4064d54 commit 28bf2b4Copy full SHA for 28bf2b4
samples/2 - PrimarySchool/2 - PrimarySchool.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk.Worker">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
<RootNamespace>PrimarySchool</RootNamespace>
samples/2 - PrimarySchool/Program.cs
@@ -1,4 +1,5 @@
using Microsoft.EntityFrameworkCore;
+using Microsoft.Extensions.DependencyInjection;
using PrimarySchool;
using PrimarySchool.Triggers;
5
0 commit comments