diff options
| author | Syndamia <kami02882@gmail.com> | 2019-11-16 19:04:59 +0200 |
|---|---|---|
| committer | Syndamia <kami02882@gmail.com> | 2019-11-16 19:04:59 +0200 |
| commit | 680e83d2972330206fa75171a00d50a1a80402d5 (patch) | |
| tree | 2b765aa201d0c0705d1adcc6021df3de333749b6 /Pinger/MyNet/App.config | |
| parent | ea771ca5f29fcdf3c401c1748b6fce9afcb0a3a7 (diff) | |
| download | Shower-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.config | 6 |
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 |
