Skip to content

Commit b75f756

Browse files
authored
Update create-test-project.md
1 parent eb7d8b7 commit b75f756

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/site/docs/getting-started/create-test-project.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The result should be a test project with a `.csproj` that looks like this (non b
9898
</PropertyGroup>
9999

100100
<ItemGroup>
101-
<PackageReference Include="bunit" Version="#{NBGV_NuGetPackageVersion}#" />
101+
<PackageReference Include="bunit" Version="#{RELEASE-VERSION}#" />
102102
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
103103
<PackageReference Include="xunit" Version="2.4.1" />
104104
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
@@ -124,7 +124,7 @@ The result should be a test project with a `.csproj` that looks like this (non b
124124
</PropertyGroup>
125125

126126
<ItemGroup>
127-
<PackageReference Include="bunit" Version="#{NBGV_NuGetPackageVersion}#" />
127+
<PackageReference Include="bunit" Version="#{RELEASE-VERSION}#" />
128128
<PackageReference Include="nunit" Version="3.12.0" />
129129
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
130130
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1">
@@ -150,7 +150,7 @@ The result should be a test project with a `.csproj` that looks like this (non b
150150
</PropertyGroup>
151151

152152
<ItemGroup>
153-
<PackageReference Include="bunit" Version="#{NBGV_NuGetPackageVersion}#" />
153+
<PackageReference Include="bunit" Version="#{RELEASE-VERSION}#" />
154154
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
155155
<PackageReference Include="MSTest.TestAdapter" Version="2.1.0" />
156156
<PackageReference Include="MSTest.TestFramework" Version="2.1.0" />

0 commit comments

Comments
 (0)