Skip to content

Commit

Permalink
Merge pull request #8 from skbkontur/a.dobrynin/bump-deps
Browse files Browse the repository at this point in the history
bump dependencies
  • Loading branch information
aldobrynin authored May 2, 2023
2 parents 2346847 + aecf55f commit 9973f3b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"jetbrains.resharper.globaltools": {
"version": "2021.2.2",
"version": "2023.1.1",
"commands": [
"jb"
]
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
- "**/*.md"
pull_request:
env:
DOTNET_VERSION: 6.0.x
SOLUTION_FILE: GrobExp.Mutators.sln
jobs:
test:
Expand All @@ -17,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
global-json-file: global.json

- name: Install dependencies
run: dotnet restore ${{ env.SOLUTION_FILE }} --verbosity minimal && dotnet tool restore
Expand All @@ -42,7 +41,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
global-json-file: global.json

- name: Build
run: dotnet build --configuration Release ${{ env.SOLUTION_FILE }}
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.244" PrivateAssets="All" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.128" PrivateAssets="All" />
</ItemGroup>

</Project>
10 changes: 5 additions & 5 deletions Mutators.Tests/Mutators.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFrameworks>net48;netcoreapp3.1;net6.0</TargetFrameworks>
<TargetFrameworks>net48;netcoreapp3.1;net6.0;net7.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Mutators/Mutators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="GroBuf" Version="1.7.6" />
<PackageReference Include="GroBuf" Version="1.9.2" />
<PackageReference Include="GrobExp.Compiler" Version="1.3.23" />
<PackageReference Include="Vostok.Logging.Abstractions" Version="1.0.21" />
<PackageReference Include="Vostok.Logging.Abstractions" Version="1.0.31" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.100",
"version": "7.0.0",
"rollForward": "latestFeature"
}
}

0 comments on commit 9973f3b

Please sign in to comment.