Skip to content

Commit

Permalink
Bump IKVM to 8.10.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
AliveDevil committed Jul 18, 2024
1 parent 8675595 commit cf9aa0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
NugetCredentials: "Username=${{ github.actor }};Password=${{ secrets.GITHUB_TOKEN }}"
run: |
echo "NuGetPackageSourceCredentials_gh-ikvmnet=${{ env.NugetCredentials }}" >> $env:GITHUB_ENV
echo "NuGetPackageSourceCredentials_gh-${{ github.repository_owner }}=${{ env.NugetCredentials }}" >> $env:GITHUB_ENV
echo "NuGetPackageSourceCredentials_gh-iterate-ch=${{ env.NugetCredentials }}" >> $env:GITHUB_ENV
- name: Cache local Maven repository
uses: actions/cache@v4
with:
Expand Down
6 changes: 1 addition & 5 deletions Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,11 @@
-->

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<IKVMVersion>8.9.0-PullRequest0550.454</IKVMVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Update="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Update="DotNetProjects.Extended.Wpf.Toolkit" Version="5.0.100" />
<PackageReference Update="ExceptionReporter " Version="2.4.2" />
<PackageReference Update="IKVM" Version="$(IKVMVersion)" />
<PackageReference Update="IKVM" Version="8.10.0-dev.60" />
<PackageReference Update="Microsoft.Build.Utilities.Core" Version="17.1.0" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Update="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.2" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"msbuild-sdks": {
"IKVM.NET.Sdk": "8.9.0-PullRequest0550.454",
"IKVM.NET.Sdk": "8.10.0-dev.60",
"Microsoft.Build.NoTargets": "3.3.0",
"Microsoft.Build.Traversal": "3.1.6"
}
Expand Down

0 comments on commit cf9aa0e

Please sign in to comment.