Index: Core/Common/src/Core.Common.Version/GlobalAssembly.cs.template =================================================================== diff -u -rd52460dbefcba7294b5870ff236cbc48d852a2cf -r0b8ad7158853b696e6b590e18d207ed0a2bd7521 --- Core/Common/src/Core.Common.Version/GlobalAssembly.cs.template (.../GlobalAssembly.cs.template) (revision d52460dbefcba7294b5870ff236cbc48d852a2cf) +++ Core/Common/src/Core.Common.Version/GlobalAssembly.cs.template (.../GlobalAssembly.cs.template) (revision 0b8ad7158853b696e6b590e18d207ed0a2bd7521) @@ -23,6 +23,7 @@ using System.Reflection; using System.Runtime.InteropServices; using System.Resources; +using System.Runtime.Versioning; [assembly: AssemblyCompany("Deltares")] [assembly: AssemblyDescription("")] @@ -36,4 +37,6 @@ [assembly: CLSCompliant(false)] [assembly: AssemblyVersion("22.2.1.1")] -[assembly: AssemblyFileVersion("22.2.1.1")] \ No newline at end of file +[assembly: AssemblyFileVersion("22.2.1.1")] + +[assembly: SupportedOSPlatform("windows")] \ No newline at end of file