Skip to content

Commit

Permalink
Bump runtime (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky committed Feb 28, 2024
1 parent f1e4bcf commit 1b61fec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bflat/BuildCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ public override int Handle(ParseResult result)
if (nativeLib)
{
exportsFile = Path.ChangeExtension(outputFilePath, targetOS == TargetOS.Windows ? ".def" : ".txt");
ExportsFileWriter defFileWriter = new ExportsFileWriter(typeSystemContext, exportsFile);
ExportsFileWriter defFileWriter = new ExportsFileWriter(typeSystemContext, exportsFile, []);
foreach (var compilationRoot in compilationRoots)
{
if (compilationRoot is UnmanagedEntryPointsRootProvider provider)
Expand Down
2 changes: 1 addition & 1 deletion src/bflat/bflat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<PropertyGroup>
<RuntimeVersion>8.0.0-rtm.23626.1</RuntimeVersion>
<RuntimeVersion>8.0.2-rtm.24125.1</RuntimeVersion>
<RuntimeUri>https://github.com/bflattened/runtime/releases/download/</RuntimeUri>

<BlobsVersion>1.3</BlobsVersion>
Expand Down

0 comments on commit 1b61fec

Please sign in to comment.