Skip to content

Commit

Permalink
tweeted
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytammik committed Sep 26, 2023
1 parent 44412f8 commit 85b73de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion a/2009_optionsbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h4><a name="2.2.1"></a> Step 1: Adding Dependencies</h4>
<p>To compile the project on any device, let's add a NuGet package to the <code>.csproj</code> project file as follows:</p>
<pre class="prettyprint lang-xml">
&lt;ItemGroup&gt;
&lt;PackageReference Include="Nice3point.Revit.Api.AdWindows" Version="$(RevitVersion).*"/&gt;
&lt;PackageReference Include="Nice3point.Revit.Api.AdWindows" Version="$(RevitVersion).*"/&gt;
&lt;/ItemGroup&gt;
</pre>

Expand Down
2 changes: 1 addition & 1 deletion a/2009_optionsbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ To compile the project on any device, let's add a NuGet package to the `.csproj`

<pre class="prettyprint lang-xml">
&lt;ItemGroup&gt;
&lt;PackageReference Include="Nice3point.Revit.Api.AdWindows" Version="$(RevitVersion).*"/&gt;
&lt;PackageReference Include="Nice3point.Revit.Api.AdWindows" Version="$(RevitVersion).*"/&gt;
&lt;/ItemGroup&gt;
</pre>

Expand Down

0 comments on commit 85b73de

Please sign in to comment.