winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

AssemblyInfo.cs (620B)


      1 // -----------------------------------------------------------------------------
      2 // <copyright file="AssemblyInfo.cs" company="Microsoft Corporation">
      3 //     Copyright (c) Microsoft Corporation. Licensed under the MIT License.
      4 // </copyright>
      5 // -----------------------------------------------------------------------------
      6 
      7 #if NET
      8 
      9 using System.Runtime.Versioning;
     10 
     11 // Forcibly set the target and supported platforms due to the internal build setup.
     12 // Keep in sync with project versions.
     13 [assembly: TargetPlatform("Windows10.0.26100.0")]
     14 [assembly: SupportedOSPlatform("Windows10.0.18362.0")]
     15 
     16 #endif