Skip to content

Commit

Permalink
Update project files
Browse files Browse the repository at this point in the history
  • Loading branch information
ww898 committed Apr 14, 2023
1 parent f3f9009 commit 550933e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions JetBrains.Profiler.Api/src/JetBrains.Profiler.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
<PropertyGroup>
<TargetFrameworks>net20;netstandard1.3;netstandard2.0</TargetFrameworks>
<RootNamespace>JetBrains.Profiler.Api</RootNamespace>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Nullable>enable</Nullable>
<LangVersion>latestmajor</LangVersion>
<LangVersion>10</LangVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../key.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -20,7 +19,7 @@
• Linux Glibc/Musl x64/arm/arm64 (most desktop distributions like Alpine, CentOS, Debian, Fedora, Ubuntu and derivatives)
Supported frameworks:
• .NET Framework 2.0 and later
• .NET Standard 1.1 and later
• .NET Standard 1.3 and later
• .NET Core 1.0 and later
• .NET 5.0 and later
• Mono 5.10 and later</PackageReleaseNotes>
Expand All @@ -30,7 +29,6 @@ Supported frameworks:
<PackageIcon>icon.png</PackageIcon>
<PackageTags>jetbrains profiler profiling performance memory coverage net dotnet netcore dotnetcore netstandard windows uwp macos mac linux musl glibc x86 x64 arm arm64 x86-64 x86_64 aarch64</PackageTags>
<Version>1.4.0-preview1</Version>
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
Expand All @@ -41,7 +39,7 @@ Supported frameworks:
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JetBrains.HabitatDetector" Version="1.0.0-preview5" />
<PackageReference Include="JetBrains.HabitatDetector" Version="1.0.1" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>net35;netcoreapp3.1;net7.0</TargetFrameworks>
<RootNamespace>JetBrains.Profiler.Api.Tests</RootNamespace>
<Nullable>enable</Nullable>
<LangVersion>latestmajor</LangVersion>
<LangVersion>10</LangVersion>
<IsPackable>false</IsPackable>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../key.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit 550933e

Please sign in to comment.