File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <PropTargetFramework >v4.0 </PropTargetFramework >
4
+ <PropTargetFramework >v4.5 </PropTargetFramework >
5
5
<PropUsingMono >@USINGMONO@</PropUsingMono >
6
6
<PropLaunchExe Condition =" '$(PropUsingMono)' == 'true'" >mono </PropLaunchExe >
7
7
<PropBuildWinRT >@BUILDWINRT@</PropBuildWinRT >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <PropTargetFramework >v4.0 </PropTargetFramework >
4
+ <PropTargetFramework >v4.5 </PropTargetFramework >
5
5
<PropAssemblyVersion >0.0.0.0</PropAssemblyVersion >
6
6
<PropUsingMono >false</PropUsingMono >
7
7
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ensure-deliverables: rabbit-vsn
31
31
file ${RELEASE_DIR} /${NAME_VSN} .zip
32
32
file ${RELEASE_DIR} /${NAME_VSN} -client-htmldoc.zip
33
33
file ${RELEASE_DIR} /${NAME_VSN} -client-htmldoc
34
- file ${RELEASE_DIR} /${NAME_VSN} -dotnet-4.0 .zip
34
+ file ${RELEASE_DIR} /${NAME_VSN} -dotnet-4.5 .zip
35
35
file ${RELEASE_DIR} /${NAME_VSN} -wcf-htmldoc.zip
36
36
file ${RELEASE_DIR} /${NAME_VSN} -wcf-htmldoc
37
37
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ There are two ways to consume the client:
20
20
21
21
## Supported Platforms and .NET Releases
22
22
23
- The client requires .NET 4.0 or later. It supports Linux and OS X on [ Mono] ( http://www.mono-project.com/ ) .
23
+ The client requires .NET 4.5 or later. It supports Linux and OS X on [ Mono] ( http://www.mono-project.com/ ) .
24
24
25
25
26
26
## Contributing
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <PropTargetFramework >v4.0 </PropTargetFramework >
4
+ <PropTargetFramework >v4.5 </PropTargetFramework >
5
5
<PropUsingMono >$(USINGMONO)</PropUsingMono >
6
6
<PropLaunchExe Condition =" '$(PropUsingMono)' == 'true'" >mono </PropLaunchExe >
7
7
<PropBuildWinRT >$(BUILDWINRT)</PropBuildWinRT >
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ function main {
114
114
115
115
function dist-zips {
116
116
# clean & build
117
- dist-target-framework dotnet-4.0
117
+ dist-target-framework dotnet-4.5
118
118
119
119
# ## Source dist
120
120
src-dist
You can’t perform that action at this time.
0 commit comments