Skip to content

Commit

Permalink
Merge pull request #11 from GarageGroup/feature/use-net8
Browse files Browse the repository at this point in the history
Use .NET8
  • Loading branch information
pmosk authored Oct 8, 2023
2 parents a04e7ae + 39419e0 commit 3a63901
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 11 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'

# Add NuGet Sources

Expand All @@ -25,7 +27,7 @@ jobs:

- name: Add GGroupp NuGet Source
run: >
dotnet nuget add source ${{ secrets.GG_NUGET_SOURCE_URL }}
dotnet nuget add source ${{ vars.GG_NUGET_SOURCE_URL }}
-n garage
-u ${{ secrets.GG_NUGET_SOURCE_USER_NAME }}
-p ${{ secrets.GG_NUGET_SOURCE_USER_PASSWORD }}
Expand Down Expand Up @@ -70,6 +72,6 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
run: >
dotnet nuget push "../../../nuget/*.nupkg"
-s ${{ secrets.GG_NUGET_SOURCE_URL }}
-s ${{ vars.GG_NUGET_SOURCE_URL }}
-k ${{ secrets.GG_NUGET_SOURCE_USER_PASSWORD }}
--skip-duplicate
50 changes: 50 additions & 0 deletions Infra.Http.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9715E6CD-CD62-4214-804A-9E0501D03797}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "polly", "polly", "{D2992286-27A9-4D09-AFC6-392D3F26CF5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Polly", "src\polly\Polly\Polly.csproj", "{9E202E25-C63F-442A-8B7D-E073DFF00B12}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sockets-handler-provider", "sockets-handler-provider", "{1495381A-D19A-477B-8804-BB07DCF73EF3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocketsHandlerProvider", "src\sockets-handler-provider\SocketsHandlerProvider\SocketsHandlerProvider.csproj", "{5B77A1F5-ACD3-45C5-97DA-9FA0869DBC34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocketsHandlerProvider.Abstractions", "src\sockets-handler-provider\SocketsHandlerProvider.Abstractions\SocketsHandlerProvider.Abstractions.csproj", "{8A66DDCE-7726-4009-BBF8-DD55F04F95D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E202E25-C63F-442A-8B7D-E073DFF00B12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E202E25-C63F-442A-8B7D-E073DFF00B12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E202E25-C63F-442A-8B7D-E073DFF00B12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E202E25-C63F-442A-8B7D-E073DFF00B12}.Release|Any CPU.Build.0 = Release|Any CPU
{5B77A1F5-ACD3-45C5-97DA-9FA0869DBC34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B77A1F5-ACD3-45C5-97DA-9FA0869DBC34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B77A1F5-ACD3-45C5-97DA-9FA0869DBC34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B77A1F5-ACD3-45C5-97DA-9FA0869DBC34}.Release|Any CPU.Build.0 = Release|Any CPU
{8A66DDCE-7726-4009-BBF8-DD55F04F95D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A66DDCE-7726-4009-BBF8-DD55F04F95D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A66DDCE-7726-4009-BBF8-DD55F04F95D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A66DDCE-7726-4009-BBF8-DD55F04F95D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D2992286-27A9-4D09-AFC6-392D3F26CF5F} = {9715E6CD-CD62-4214-804A-9E0501D03797}
{9E202E25-C63F-442A-8B7D-E073DFF00B12} = {D2992286-27A9-4D09-AFC6-392D3F26CF5F}
{1495381A-D19A-477B-8804-BB07DCF73EF3} = {9715E6CD-CD62-4214-804A-9E0501D03797}
{5B77A1F5-ACD3-45C5-97DA-9FA0869DBC34} = {1495381A-D19A-477B-8804-BB07DCF73EF3}
{8A66DDCE-7726-4009-BBF8-DD55F04F95D4} = {1495381A-D19A-477B-8804-BB07DCF73EF3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D3D18F6-8DAA-4284-9F3C-6FC817E6FF44}
EndGlobalSection
EndGlobal
4 changes: 2 additions & 2 deletions src/polly/Polly/Polly.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<InvariantGlobalization>true</InvariantGlobalization>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RootNamespace>GarageGroup.Infra</RootNamespace>
<AssemblyName>GarageGroup.Infra.Http.Polly</AssemblyName>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<InvariantGlobalization>true</InvariantGlobalization>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RootNamespace>GarageGroup.Infra</RootNamespace>
<AssemblyName>GarageGroup.Infra.Http.SocketsHandlerProvider.Abstractions</AssemblyName>
<Version>2.0.2</Version>
<Version>2.0.3</Version>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<InvariantGlobalization>true</InvariantGlobalization>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RootNamespace>GarageGroup.Infra</RootNamespace>
<AssemblyName>GarageGroup.Infra.Http.SocketsHandlerProvider</AssemblyName>
<Version>2.4.1</Version>
<Version>2.4.2</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GarageGroup.Infra.Http.SocketsHandlerProvider.Abstractions" Version="2.0.2" />
<PackageReference Include="GarageGroup.Infra.Http.SocketsHandlerProvider.Abstractions" Version="2.0.3" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="PrimeFuncPack.Dependency.Core" Version="2.0.2" />
</ItemGroup>
Expand Down

0 comments on commit 3a63901

Please sign in to comment.