Skip to content

Commit

Permalink
Moved local nuget files to separate untracked files.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgritton committed Mar 17, 2021
1 parent baa0b2d commit f387c3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
*.userosscache
*.sln.docstates

.vscode/**/*
nuget.config
.nuspec
Nuget.csproj

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down
10 changes: 4 additions & 6 deletions DynamicExpressions/DynamicExpressions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>DynamicExpressions</AssemblyName>
<RootNamespace>DynamicExpressions</RootNamespace>
<Version>1.0.0</Version>
<Authors>alexgritton.DynamicExpressions</Authors>
<PackageId>alexgritton.DynamicExpressions</PackageId>
<RepositoryUrl>https://github.com/alexgritton/DynamicExpressions</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RootNamespace>DynamicExpressions</RootNamespace>

</PropertyGroup>

<Import Project="Nuget.csproj" Condition="Exists('Nuget.csproj')"></Import>

</Project>

0 comments on commit f387c3d

Please sign in to comment.