Explorar el Código

Fix csproj sdk casing issue

Case doesn't matter on windows but definitely does in unix.
habeebweeb hace 2 años
padre
commit
f47ef7f6d6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>