Skip to content

Commit

Permalink
Merge 4cb9516 into c04cf34
Browse files Browse the repository at this point in the history
  • Loading branch information
jslachta committed Nov 9, 2021
2 parents c04cf34 + 4cb9516 commit 0726e6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
include-prerelease: true

- name: Restore dependencies
run: dotnet restore src/LocaleNames.sln
Expand Down
2 changes: 1 addition & 1 deletion src/PrepareLocaleData/PrepareLocaleData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0726e6a

Please sign in to comment.