Skip to content

Commit

Permalink
.net framework version to 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skamphuis committed Jul 6, 2022
1 parent 24fac7e commit e84497a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
InstallPackager/
*.user
**/obj/**/*.*
.vs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
Expand Down
2 changes: 1 addition & 1 deletion Ventrian.NewsArticles.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<UseIISExpress>false</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
Expand Down
10 changes: 5 additions & 5 deletions Web References/wsStoryFeed/Reference.vb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Imports System.Xml.Serialization
Namespace wsStoryFeed

'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0"), _
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0"), _
System.Diagnostics.DebuggerStepThroughAttribute(), _
System.ComponentModel.DesignerCategoryAttribute("code"), _
System.Web.Services.WebServiceBindingAttribute(Name:="StoryFeedWSSoap", [Namespace]:="http://smart-thinker.com/webservices")> _
Expand Down Expand Up @@ -153,11 +153,11 @@ Namespace wsStoryFeed
End Class

'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")> _
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")> _
Public Delegate Sub AddActionCompletedEventHandler(ByVal sender As Object, ByVal e As AddActionCompletedEventArgs)

'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0"), _
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0"), _
System.Diagnostics.DebuggerStepThroughAttribute(), _
System.ComponentModel.DesignerCategoryAttribute("code")> _
Partial Public Class AddActionCompletedEventArgs
Expand All @@ -180,11 +180,11 @@ Namespace wsStoryFeed
End Class

'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")> _
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")> _
Public Delegate Sub AddActionIfNotExistsCompletedEventHandler(ByVal sender As Object, ByVal e As AddActionIfNotExistsCompletedEventArgs)

'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0"), _
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0"), _
System.Diagnostics.DebuggerStepThroughAttribute(), _
System.ComponentModel.DesignerCategoryAttribute("code")> _
Partial Public Class AddActionIfNotExistsCompletedEventArgs
Expand Down
2 changes: 1 addition & 1 deletion web.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<httpHandlers>
<add verb="*" path="RSS.aspx" type="System.Web.UI.PageHandlerFactory"/>
</httpHandlers>
<compilation targetFramework="4.5.2"/></system.web>
<compilation targetFramework="4.7.2"/></system.web>
<system.webServer>
<handlers>
<remove name="RSSHandler"/>
Expand Down

0 comments on commit e84497a

Please sign in to comment.