Skip to content

Commit

Permalink
Update to 8.11.0-pre.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Dec 16, 2024
1 parent 57c064e commit cc68359
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.56",
"IKVM.NET.Sdk": "8.11.0-dev.40"
"IKVM.NET.Sdk": "8.11.0-pre.1"
}
}
2 changes: 1 addition & 1 deletion src/IKVM.Maven.Sdk.Tasks/IKVM.Maven.Sdk.Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="IKVM" Version="8.11.0-dev.40" />
<PackageReference Include="IKVM" Version="8.11.0-pre.1" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Include="Microsoft.Build" Version="16.9.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.9.0" PrivateAssets="All" />
Expand Down
2 changes: 1 addition & 1 deletion src/IKVM.Maven.Sdk/IKVM.Maven.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="IKVM" Version="8.11.0-dev.40" />
<PackageReference Include="IKVM" Version="8.11.0-pre.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit cc68359

Please sign in to comment.