Logo
Explore Help
Sign In
starred/sharpcompress
1
0
Fork 0
You've already forked sharpcompress
mirror of https://github.com/adamhathcock/sharpcompress.git synced 2026-02-12 21:22:26 +00:00
Code Issues 975 Packages Projects Releases 23 Wiki Activity
Files
copilot/support-multi-threading-path
sharpcompress/tests/SharpCompress.Performance/SharpCompress.Performance.csproj

11 lines
336 B
XML
Raw Permalink Normal View History

add perf testing project using JB memory and cpu
2025-10-23 09:39:57 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
Drop .NET 6 support and add .NET 10 support - Updated SharpCompress.csproj target frameworks from net48;net481;netstandard2.0;net6.0;net8.0 to net48;net481;netstandard2.0;net8.0;net10.0 - Updated test and build projects to use .NET 10 - Updated global.json to .NET 10 SDK - Updated CI workflow to use .NET 10 - Fixed deprecated Rfc2898DeriveBytes constructor for .NET 10 (SYSLIB0060) - Updated package description and README to reflect new supported frameworks - Updated package versions for .NET 10 compatibility Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2025-11-29 11:03:48 +00:00
<TargetFramework>net10.0</TargetFramework>
add perf testing project using JB memory and cpu
2025-10-23 09:39:57 +01:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Profiler.SelfApi" />
<ProjectReference Include="..\..\src\SharpCompress\SharpCompress.csproj" />
</ItemGroup>
</Project>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 1230ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API