Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEilon Lipton <Eilon@users.noreply.github.com>2017-09-05 06:06:16 +0300
committerGitHub <noreply@github.com>2017-09-05 06:06:16 +0300
commit68e23699ae2622dd7c6dc50504989682455fe428 (patch)
tree78d4e8f6f2fdb94c04153364fbac8e8f7a269cc0 /CONTRIBUTING.md
parenta3e745fc3485aa9ae7d2b8a162b34b4128dac5bb (diff)
parent0a5e9516eddbbfa4a8f2466ac8388c41300c0116 (diff)
Merge pull request #1998 from user1336/patch-1
Changed project.json to .csproj
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d8aa7936d8..83e839aaba 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -40,7 +40,7 @@ Here are questions you can answer before you file a bug to make sure you're not
1. Did you read the [documentation](https://github.com/aspnet/home/wiki)?
2. Did you include the snippet of broken code in the issue?
3. What are the *EXACT* steps to reproduce this problem?
-4. What package versions are you using (you can see these in the `project.json` file)?
+4. What package versions are you using (you can see these in the `.csproj` file)?
5. What operating system are you using?
6. What version of IIS are you using?