aboutsummaryrefslogtreecommitdiff
path: root/Pinger/MyNet/App.config
diff options
context:
space:
mode:
authorSyndamia <kami02882@gmail.com>2019-11-16 19:04:59 +0200
committerSyndamia <kami02882@gmail.com>2019-11-16 19:04:59 +0200
commit680e83d2972330206fa75171a00d50a1a80402d5 (patch)
tree2b765aa201d0c0705d1adcc6021df3de333749b6 /Pinger/MyNet/App.config
parentea771ca5f29fcdf3c401c1748b6fce9afcb0a3a7 (diff)
downloadShower-680e83d2972330206fa75171a00d50a1a80402d5.tar
Shower-680e83d2972330206fa75171a00d50a1a80402d5.tar.gz
Shower-680e83d2972330206fa75171a00d50a1a80402d5.zip
Did a small project called Pinger. The app pings a certain address and says the value.
Diffstat (limited to 'Pinger/MyNet/App.config')
-rw-r--r--Pinger/MyNet/App.config6
1 files changed, 6 insertions, 0 deletions
diff --git a/Pinger/MyNet/App.config b/Pinger/MyNet/App.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/Pinger/MyNet/App.config
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+ <startup>
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
+ </startup>
+</configuration> \ No newline at end of file