From 569b58e0f4c64f7430a2da8c42cbe464880148a5 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Wed, 28 Aug 2024 12:02:28 +0100 Subject: [PATCH] Update Target Frameworks and Remove Tech Stack Files (#118) * Update PIXBacen.csproj * Update PIXBacen.Tests.csproj * Delete techstack.md * Delete techstack.yml --- Src/PIXBacen/PIXBacen.csproj | 2 +- Tests/PixBacen.Tests/PIXBacen.Tests.csproj | 2 +- techstack.md | 155 ---------------- techstack.yml | 194 --------------------- 4 files changed, 2 insertions(+), 351 deletions(-) delete mode 100644 techstack.md delete mode 100644 techstack.yml diff --git a/Src/PIXBacen/PIXBacen.csproj b/Src/PIXBacen/PIXBacen.csproj index ad562c1..6b593d8 100644 --- a/Src/PIXBacen/PIXBacen.csproj +++ b/Src/PIXBacen/PIXBacen.csproj @@ -2,7 +2,7 @@ {75E35E03-D43A-4369-9284-28BB1FEEFDBF} - netstandard2.0;netstandard2.1;net6.0;net7.0 + netstandard2.0;netstandard2.1;net6.0;net8.0 true latest Guilherme Branco Stracini diff --git a/Tests/PixBacen.Tests/PIXBacen.Tests.csproj b/Tests/PixBacen.Tests/PIXBacen.Tests.csproj index 43156ed..7f2557c 100644 --- a/Tests/PixBacen.Tests/PIXBacen.Tests.csproj +++ b/Tests/PixBacen.Tests/PIXBacen.Tests.csproj @@ -2,7 +2,7 @@ 2F57B9CD-5505-4456-B9FE-F91DCB4476D6 - net7.0 + net8.0 false diff --git a/techstack.md b/techstack.md deleted file mode 100644 index 226d347..0000000 --- a/techstack.md +++ /dev/null @@ -1,155 +0,0 @@ - -
- -# Tech Stack File -![](https://img.stackshare.io/repo.svg "repo") [guibranco/PIX-BACEN-SDK-dotnet](https://github.com/guibranco/PIX-BACEN-SDK-dotnet)![](https://img.stackshare.io/public_badge.svg "public") -

-|14
Tools used|01/11/24
Report generated| -|------|------| -
- -## Languages (1) - - - - -
- C# -
- C# -
- -
- -## Frameworks (3) - - - - - - - - -
- .NET -
- .NET -
- -
- .NET Core -
- .NET Core -
- v7.0 -
- ASP.NET Core -
- ASP.NET Core -
- v7.0 -
- -## DevOps (6) - - - - - - - - - - - - - - -
- Git -
- Git -
- -
- GitHub Actions -
- GitHub Actions -
- -
- Moq -
- Moq -
- -
- NuGet -
- NuGet -
- -
- Visual Studio -
- Visual Studio -
- -
- xUnit -
- xUnit -
- v2.6.5 -
- - -## Open source packages (4) - -## NuGet (4) - -|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| -|:------|:------|:------|:------|:------|:------| -|[Microsoft.AspNet.WebApi.Client](https://www.nuget.org/Microsoft.AspNet.WebApi.Client)|v6.0.0|10/29/23|Guilherme Branco Stracini |Apache-2.0|N/A| -|[Newtonsoft.Json](https://www.nuget.org/Newtonsoft.Json)|v13.0.3|10/29/23|Guilherme Branco Stracini |MIT|N/A| -|[System.Threading.Tasks.Extensions](https://www.nuget.org/System.Threading.Tasks.Extensions)|v4.5.4|10/29/23|Guilherme Branco Stracini |N/A|N/A| -|[xunit.runner.visualstudio](https://www.nuget.org/xunit.runner.visualstudio)|v2.5.6|01/08/24|dependabot[bot] |Other|N/A| - -
-
- -Generated via [Stack File](https://github.com/marketplace/stack-file) diff --git a/techstack.yml b/techstack.yml deleted file mode 100644 index 9e75f4a..0000000 --- a/techstack.yml +++ /dev/null @@ -1,194 +0,0 @@ -repo_name: guibranco/PIX-BACEN-SDK-dotnet -report_id: 845bdbb878957b985eaebd4661faa6d0 -version: 0.1 -repo_type: Public -timestamp: '2024-01-11T12:23:17+00:00' -requested_by: dependabot[bot] -provider: github -branch: main -detected_tools_count: 14 -tools: -- name: C# - description: Simple, general-purpose, object-oriented programming language for the - .NET platform - website_url: http://csharp.net - open_source: true - hosted_saas: false - category: Languages & Frameworks - sub_category: Languages - image_url: https://img.stackshare.io/service/1015/1200px-C_Sharp_wordmark.svg.png - detection_source_url: https://github.com/guibranco/PIX-BACEN-SDK-dotnet - detection_source: Repo Metadata -- name: ".NET" - description: A free, cross-platform, open source developer platform for building - many different types of applications - website_url: http://www.microsoft.com/net/ - license: MIT - open_source: true - hosted_saas: false - category: Languages & Frameworks - sub_category: Frameworks (Full Stack) - image_url: https://img.stackshare.io/service/1014/IoPy1dce_400x400.png - detection_source_url: https://github.com/guibranco/PIX-BACEN-SDK-dotnet/blob/main/Tests/PixBacen.Tests/PIXBacen.Tests.csproj - detection_source: Tests/PixBacen.Tests/PIXBacen.Tests.csproj - last_updated_by: dependabot[bot] - last_updated_on: 2023-11-15 16:10:51.000000000 Z -- name: ".NET Core" - description: An Open Source, General-Purpose Development Platform Maintained by - Microsoft and the .NET Community - website_url: https://docs.microsoft.com/en-us/dotnet/core/ - version: '7.0' - license: MIT - open_source: true - hosted_saas: false - category: Languages & Frameworks - sub_category: Frameworks (Full Stack) - image_url: https://img.stackshare.io/service/6403/default_91fc1f0ee315262794273aa1387eaf8fed8436e6.png - detection_source_url: https://github.com/guibranco/PIX-BACEN-SDK-dotnet/blob/main/Tests/PixBacen.Tests/PIXBacen.Tests.csproj - detection_source: Tests/PixBacen.Tests/PIXBacen.Tests.csproj - last_updated_by: dependabot[bot] - last_updated_on: 2023-11-15 16:10:51.000000000 Z -- name: ASP.NET Core - description: A cross-platform .NET framework for building modern cloud-based web - applications on Windows, Mac, or Linux - website_url: docs.microsoft.com/en-us/aspnet/core/ - version: '7.0' - license: MIT - open_source: true - hosted_saas: false - category: Languages & Frameworks - sub_category: Frameworks (Full Stack) - image_url: https://img.stackshare.io/service/11331/asp.net-core.png - detection_source_url: https://github.com/guibranco/PIX-BACEN-SDK-dotnet/blob/main/Tests/PixBacen.Tests/PIXBacen.Tests.csproj - detection_source: Tests/PixBacen.Tests/PIXBacen.Tests.csproj - last_updated_by: dependabot[bot] - last_updated_on: 2023-11-15 16:10:51.000000000 Z -- name: Git - description: Fast, scalable, distributed revision control system - website_url: http://git-scm.com/ - open_source: true - hosted_saas: false - category: Build, Test, Deploy - sub_category: Version Control System - image_url: https://img.stackshare.io/service/1046/git.png - detection_source_url: https://github.com/guibranco/PIX-BACEN-SDK-dotnet - detection_source: Repo Metadata -- name: GitHub Actions - description: Automate your workflow from idea to production - website_url: https://github.com/features/actions - open_source: false - hosted_saas: true - category: Build, Test, Deploy - sub_category: Continuous Integration - image_url: https://img.stackshare.io/service/11563/actions.png - detection_source_url: https://github.com/guibranco/PIX-BACEN-SDK-dotnet/blob/main/.github/workflows/deep-source.yml - detection_source: ".github/workflows/deep-source.yml" - last_updated_by: dependabot[bot] - last_updated_on: 2023-12-11 16:39:15.000000000 Z -- name: Moq - description: The most popular and friendly mocking framework for .NET - website_url: https://github.com/Moq/moq4 - open_source: true - hosted_saas: false - category: Build, Test, Deploy - sub_category: Testing Frameworks - image_url: https://img.stackshare.io/service/1628/1434934.png - detection_source_url: https://github.com/guibranco/PIX-BACEN-SDK-dotnet/blob/main/Tests/PixBacen.Tests/PIXBacen.Tests.csproj - detection_source: Tests/PixBacen.Tests/PIXBacen.Tests.csproj - last_updated_by: Guilherme Branco Stracini - last_updated_on: 2021-06-22 01:36:13.000000000 Z -- name: NuGet - description: The package manager for .NET - website_url: https://www.nuget.org/ - open_source: false - hosted_saas: false - category: Build, Test, Deploy - sub_category: Package Managers - image_url: https://img.stackshare.io/service/2637/6I3oEOP4_400x400.jpg - detection_source_url: https://github.com/guibranco/PIX-BACEN-SDK-dotnet/blob/main/Tests/PixBacen.Tests/PIXBacen.Tests.csproj - detection_source: Tests/PixBacen.Tests/PIXBacen.Tests.csproj - last_updated_by: Guilherme Branco Stracini - last_updated_on: 2021-06-22 01:36:13.000000000 Z -- name: Visual Studio - description: State-of-the-art tools and services that you can use to create great - apps for devices, the cloud, and everything in between. - website_url: http://msdn.microsoft.com/en-us/vstudio/aa718325.aspx - open_source: false - hosted_saas: false - category: Build, Test, Deploy - sub_category: Integrated Development Environment - image_url: https://img.stackshare.io/service/1451/SR2hUhQN.png - detection_source_url: https://github.com/guibranco/PIX-BACEN-SDK-dotnet/blob/main/PixBacen.sln - detection_source: PixBacen.sln - last_updated_by: Guilherme Branco Stracini - last_updated_on: 2020-10-23 14:26:31.000000000 Z -- name: xUnit - description: An open source, community-focused unit testing tool - website_url: http://xunit.github.io/ - version: 2.6.5 - open_source: true - hosted_saas: false - category: Build, Test, Deploy - sub_category: Testing Frameworks - image_url: https://img.stackshare.io/service/3077/ca5a327feb49ddfe1f4b11548907e5a1_400x400.png - detection_source_url: https://github.com/guibranco/PIX-BACEN-SDK-dotnet/blob/main/Tests/PixBacen.Tests/PIXBacen.Tests.csproj - detection_source: Tests/PixBacen.Tests/PIXBacen.Tests.csproj - last_updated_by: Guilherme Branco Stracini - last_updated_on: 2021-06-22 01:36:13.000000000 Z -- name: Microsoft.AspNet.WebApi.Client - description: This package adds support for formatting and content negotiation to - System.Net.Http - package_url: https://www.nuget.org/Microsoft.AspNet.WebApi.Client - version: 6.0.0 - license: Apache-2.0 - open_source: true - hosted_saas: false - category: Libraries - sub_category: NuGet Packages - image_url: https://img.stackshare.io/package/12870/default_3ee9e3bfd65cbae9db28ab78b712a58bcd81af27.png - detection_source_url: https://github.com/guibranco/PIX-BACEN-SDK-dotnet/blob/main/Src/PIXBacen/PIXBacen.csproj - detection_source: Src/PIXBacen/PIXBacen.csproj - last_updated_by: Guilherme Branco Stracini - last_updated_on: 2023-10-29 16:51:04.000000000 Z -- name: Newtonsoft.Json - description: Json.NET is a popular high-performance JSON framework for .NET - package_url: https://www.nuget.org/Newtonsoft.Json - version: 13.0.3 - license: MIT - open_source: true - hosted_saas: false - category: Libraries - sub_category: NuGet Packages - image_url: https://img.stackshare.io/package/nuget/image.png - detection_source_url: https://github.com/guibranco/PIX-BACEN-SDK-dotnet/blob/main/Src/PIXBacen/PIXBacen.csproj - detection_source: Src/PIXBacen/PIXBacen.csproj - last_updated_by: Guilherme Branco Stracini - last_updated_on: 2023-10-29 16:51:04.000000000 Z -- name: System.Threading.Tasks.Extensions - description: Provides additional types that simplify the work of writing concurrent - and asynchronous code - package_url: https://www.nuget.org/System.Threading.Tasks.Extensions - version: 4.5.4 - open_source: false - hosted_saas: false - category: Libraries - sub_category: NuGet Packages - image_url: https://img.stackshare.io/package/12998/default_aa8a6e377c22dbeff795489a5ab127b1d597b5ed.png - detection_source_url: https://github.com/guibranco/PIX-BACEN-SDK-dotnet/blob/main/Src/PIXBacen/PIXBacen.csproj - detection_source: Src/PIXBacen/PIXBacen.csproj - last_updated_by: Guilherme Branco Stracini - last_updated_on: 2023-10-29 16:51:04.000000000 Z -- name: xunit.runner.visualstudio - description: Visual Studio 2012+ Test Explorer runner for the xUnit.net framework - package_url: https://www.nuget.org/xunit.runner.visualstudio - version: 2.5.6 - license: Other - open_source: true - hosted_saas: false - category: Libraries - sub_category: NuGet Packages - image_url: https://img.stackshare.io/package/13260/default_d2db5a200c4fe2d08cbdb2174cc230708973870b.png - detection_source_url: https://github.com/guibranco/PIX-BACEN-SDK-dotnet/blob/main/Tests/PixBacen.Tests/PIXBacen.Tests.csproj - detection_source: Tests/PixBacen.Tests/PIXBacen.Tests.csproj - last_updated_by: dependabot[bot] - last_updated_on: 2024-01-08 06:29:56.000000000 Z