File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
2
<PropertyGroup >
3
- <_LibZipSharpAssemblyVersion >2.0.4 </_LibZipSharpAssemblyVersion >
3
+ <_LibZipSharpAssemblyVersion >2.0.5 </_LibZipSharpAssemblyVersion >
4
4
<!--
5
5
Nuget Version. You can append things like -alpha-1 etc to this value.
6
6
But always leave the $(_LibZipSharpAssemblyVersion) value at the start.
7
7
-->
8
8
<_LibZipSharpNugetVersion >$(_LibZipSharpAssemblyVersion)</_LibZipSharpNugetVersion >
9
9
<_NativeBuildDir >$(MSBuildThisFileDirectory)lzsbuild</_NativeBuildDir >
10
10
<_ExternalDir >$(MSBuildThisFileDirectory)external</_ExternalDir >
11
- <_MonoPosixNugetVersion >7.0 .0-final.1.21369.2 </_MonoPosixNugetVersion >
11
+ <_MonoPosixNugetVersion >7.1 .0-final.1.21458.1 </_MonoPosixNugetVersion >
12
12
<UseXZ Condition =" '$(UseXZ)' == '' " >false</UseXZ >
13
13
</PropertyGroup >
14
14
</Project >
You can’t perform that action at this time.
0 commit comments