-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/ws3 adapter #3
base: master
Are you sure you want to change the base?
Conversation
@@ -13,13 +13,14 @@ | |||
<AppDesignerFolder>Properties</AppDesignerFolder> | |||
<RootNamespace>AspNetSamples</RootNamespace> | |||
<AssemblyName>AspNetSamples</AssemblyName> | |||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we bumping .Net version to 4.5? Libraries are better off targeting a lower version for maximum reach.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about VS 7.0 and .NET 1.0? .Net 4.5 was released almost 6 years ago. Sometimes I can't install packages from nuget into .4.5 project, because no one want to target 6 years old framework. And you still care about people who use almost 8 years old framework. As far as i remember ws3.client targets .net 4.0 but not a client profile version.
<Reference Include="System.Web.DynamicData" /> | ||
<Reference Include="System.Web.Entity" /> | ||
<Reference Include="System.Web.Extensions" /> | ||
<Reference Include="System.Xml.Linq" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why these new dependencies?
Не очень понятно, почему "+672 −2,927". Вроде бы должно быть примерно поровну + и -. Сейчас попробую сделать новый бранч. |
@bzaar Не очень понятно, почему "+672 −2,927". - Авто сгенерированный код для SOAP клиент. |
No description provided.