Skip to content

Commit f91be2d

Browse files
Dont remove nullable in new exercise
1 parent a3ba076 commit f91be2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/add-practice-exercise.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ $project = "${exerciseDir}/${ExerciseName}.csproj"
3939
[xml]$projectXml = Get-Content "${project}"
4040
$projectXml.Project.RemoveChild($projectXml.Project.ItemGroup[1])
4141
$projectXml.Project.PropertyGroup.RemoveChild($projectXml.Project.PropertyGroup.SelectSingleNode("ImplicitUsings"))
42-
$projectXml.Project.PropertyGroup.RemoveChild($projectXml.Project.PropertyGroup.SelectSingleNode("Nullable"))
4342
$projectXml.Save("${project}")
4443

4544
# Update project packages

0 commit comments

Comments
 (0)