Created
September 10, 2024 03:45
-
-
Save ProfAvery/fd152e6168132e1c2a82392f960ac783 to your computer and use it in GitHub Desktop.
CPSC 458 - ApateDNS config to avoid installing .NET 3.5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<configuration> | |
<startup> | |
<supportedRuntime version="v4.0" /> | |
</startup> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment