File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<DevBuild Condition =" '$(DevBuild)'==''" >false</DevBuild >
4
- <WasmtimeVersion Condition =" '$(WasmtimeVersion)'==''" >24 .0.3</WasmtimeVersion >
4
+ <WasmtimeVersion Condition =" '$(WasmtimeVersion)'==''" >25 .0.3</WasmtimeVersion >
5
5
<WasmtimeDotnetVersion Condition =" '$(WasmtimeDotnetVersion)'==''" ></WasmtimeDotnetVersion >
6
- <WasmtimePackageVersion Condition =" '$(DevBuild)'=='true'" >$(WasmtimeVersion)$(WasmtimeDotnetVersion)-dev</WasmtimePackageVersion >
7
- <WasmtimePackageVersion Condition =" '$(WasmtimePackageVersion)'==''" >$(WasmtimeVersion)$(WasmtimeDotnetVersion)</WasmtimePackageVersion >
6
+ <WasmtimePackageVersion Condition =" '$(DevBuild)'=='true'" >
7
+ $(WasmtimeVersion)$(WasmtimeDotnetVersion)-dev</WasmtimePackageVersion >
8
+ <WasmtimePackageVersion Condition =" '$(WasmtimePackageVersion)'==''" >
9
+ $(WasmtimeVersion)$(WasmtimeDotnetVersion)</WasmtimePackageVersion >
8
10
</PropertyGroup >
9
- </Project >
11
+ </Project >
You can’t perform that action at this time.
0 commit comments