Skip to content

Commit

Permalink
upgrade all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBoceanu committed Apr 10, 2024
1 parent 4c6c1ea commit 95898d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<PackageId>Dojo.Generators.Abstractions</PackageId>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<Description>This library contains source generators used in PaymentSense DOJO</Description>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion Dojo.Generators.Tests/Dojo.Generators.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TestApp/TestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 95898d4

Please sign in to comment.