Skip to content

Commit bdc0eee

Browse files
Use 3.5 is distributed archive name
1 parent 8cb9562 commit bdc0eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function dist-zips {
109109

110110
### .NET 3.5 library (bin), examples (src and bin), WCF bindings library (bin)
111111
### and WCF examples (src) dist (WCF built only if MONO_DIST is undefined)
112-
dist-target-framework dotnet-3.0
112+
dist-target-framework dotnet-3.5
113113
if [ -z "$MONO_DIST" ]; then
114114
### HTML documentation for the WCF bindings library dist
115115
gendoc-dist \

0 commit comments

Comments
 (0)