Sentry.PlatformAbstractions by Sentry Team and Contributors

<PackageReference Include="Sentry.PlatformAbstractions" Version="1.0.0-dev-00061" />

 Sentry.PlatformAbstractions 1.0.0-dev-00061

Abstractions to platform information

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Sentry.PlatformAbstractions</id>
    <version>1.0.0-dev-00061</version>
    <authors>Sentry Team and Contributors</authors>
    <owners>Sentry Team and Contributors</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/getsentry/dotnet-sentry-platform-abstractions/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/getsentry/dotnet-sentry-platform-abstractions</projectUrl>
    <iconUrl>https://github.com/getsentry/dotnet-sentry-platform-abstractions/.assets/sentry-nuget.png</iconUrl>
    <description>Abstractions to platform information</description>
    <tags>platform-abstractions runtime operating-system sentry getsentry</tags>
    <dependencies>
      <group targetFramework=".NETFramework3.5" />
      <group targetFramework=".NETFramework4.0" />
      <group targetFramework=".NETFramework4.5">
        <dependency id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETFramework4.7.1" />
      <group targetFramework=".NETStandard1.5">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
        <dependency id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework3.5, .NETFramework4.0" />
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework3.5, .NETFramework4.0, .NETFramework4.5, .NETFramework4.7.1" />
    </frameworkAssemblies>
  </metadata>
</package>