Skip to content

Commit

Permalink
fix(ci): tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyshockov committed Jan 1, 2023
1 parent 21bc862 commit f2056fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
DOTNET_NOLOGO: true
steps:
- uses: actions/checkout@v3
with:
# Required for GitVersion
fetch-depth: 0
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
Expand Down
7 changes: 3 additions & 4 deletions samples/SampleWebApp/SampleWebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

<PropertyGroup>
<TargetFramework>net7</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.2" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.100.41" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.*" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.*" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.*" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="[3.7.4,4.0.0)" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="[3.7.3,4.0.0)" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="System.Interactive.Async " Version="6.0.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/LocalPost.SqsConsumer/LocalPost.SqsConsumer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.SQS" Version="[3.7.4,4.0.0)" />
<PackageReference Include="AWSSDK.SQS" Version="[3.7.2,4.0.0)" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="6.0.0" />

Expand Down

0 comments on commit f2056fb

Please sign in to comment.