Browse Source

Fix csproj sdk casing issue

Case doesn't matter on windows but definitely does in unix.
habeebweeb 2 years ago
parent
commit
f47ef7f6d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/MeidoPhotoStudio.Plugin/MeidoPhotoStudio.Plugin.csproj

+ 1 - 1
src/MeidoPhotoStudio.Plugin/MeidoPhotoStudio.Plugin.csproj

@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.Net.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
     <PropertyGroup>
         <TargetFramework>net35</TargetFramework>
         <LangVersion>9</LangVersion>