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-07-11 11:37:18 +00:00
Code Issues 975 Packages Projects Releases 25 Wiki Activity
Files
copilot/fix-nullreferenceexception-extracting-executable
sharpcompress/build/build.csproj

12 lines
321 B
XML
Raw Permalink Normal View History

Switch to bullseye for building
2020-05-24 09:00:27 +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>
Switch to bullseye for building
2020-05-24 09:00:27 +01:00
</PropertyGroup>
<ItemGroup>
set package locks and central management
2024-04-23 09:37:25 +01:00
<PackageReference Include="Bullseye" />
<PackageReference Include="Glob" />
Update dependencies and csharpier
2025-04-28 16:18:01 +01:00
<PackageReference Include="SimpleExec" />
Switch to bullseye for building
2020-05-24 09:00:27 +01:00
</ItemGroup>
</Project>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 51ms Template: 4ms
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