Skip to content

Commit d138037

Browse files
committed
Two more updates to the runtime
1 parent 6cb8c0c commit d138037

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/DafnyPipeline/DafnyPipeline.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<LinkBase>DafnyRuntimeJava</LinkBase>
9191
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
9292
</EmbeddedResource>
93-
<EmbeddedResource Include="..\DafnyRuntime\DafnyRuntimeJava\build\libs\DafnyRuntime-4.6.0.jar">
93+
<EmbeddedResource Include="..\DafnyRuntime\DafnyRuntimeJava\build\libs\DafnyRuntime-4.9.0.jar">
9494
<LogicalName>DafnyRuntime.jar</LogicalName>
9595
<Link>DafnyRuntime.jar</Link>
9696
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

Source/DafnyRuntime/DafnyRuntime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</Content>
4747
</ItemGroup>
4848
<PropertyGroup>
49-
<DafnyRuntimeJar>DafnyRuntimeJava/build/libs/DafnyRuntime-4.6.0.jar</DafnyRuntimeJar>
49+
<DafnyRuntimeJar>DafnyRuntimeJava/build/libs/DafnyRuntime-4.9.0.jar</DafnyRuntimeJar>
5050
</PropertyGroup>
5151
<Target Name="BuildDafnyRuntimeJar" AfterTargets="ResolveReferences" BeforeTargets="CoreCompile" Inputs="$(MSBuildProjectFile);@(DafnyRuntimeJavaInputFile)" Outputs="$(DafnyRuntimeJar)">
5252

0 commit comments

Comments
 (0)