Skip to content

Commit 40a0084

Browse files
authored
Merge pull request #1 from wjlafrance/net10.0-upgrade
.NET 10.0 Upgrade
2 parents 1f93392 + 7957064 commit 40a0084

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dotnet-core.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
working-directory: ./src
1616

1717
steps:
18-
- uses: actions/checkout@v2
19-
- name: Setup .NET Core
20-
uses: actions/setup-dotnet@v1
18+
- uses: actions/checkout@v4
19+
- name: Setup .NET
20+
uses: actions/setup-dotnet@v4
2121
with:
22-
dotnet-version: 3.1.301
22+
dotnet-version: 10.0.x
2323
- name: Install dependencies
2424
run: dotnet restore
2525
working-directory: ${{env.working-directory}}

src/MBNCSUtil.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<Copyright>Copyright © Robert Paveza, 2005-2008. Adapted from BNCSUtil at the request of the author. Licensed under the modified BSD license. See License.txt for licensing details. Blizzard, Battle.net, Starcraft, Warcraft, Warcraft II: Battle.net Edition, The Tides of Darkness, Into the Dark Portal, Diablo, The Lord of Destruction, Brood War, The Reign of Chaos, and The Frozen Throne are trademarks or registered trademarks of Blizzard Entertainment Inc. in the United States and/or other countries. Other marks may be the trademarks or registered trademarks of their respective owners.</Copyright>
88
<Description>Provides Battle.net authentication services for managed applications.</Description>

0 commit comments

Comments
 (0)