Skip to content

Commit

Permalink
MSUE-137: Added back removed folders in project configuration (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbogolii-sift authored Dec 5, 2022
1 parent 2e10c79 commit 909c2e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Sift/Sift.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Sift, Gary Lee</Authors>
<AssemblyTitle>Sift</AssemblyTitle>
<AssemblyName>Sift</AssemblyName>
<VersionPrefix>0.10.0</VersionPrefix>
<VersionPrefix>0.10.1</VersionPrefix>
<VersionSuffix>beta</VersionSuffix>
<PackageReleaseNotes>Beta release</PackageReleaseNotes>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -20,7 +20,10 @@

<ItemGroup>
<Folder Include="Event\" />
<Folder Include="Core\" />
<Folder Include="Exception\" />
<Folder Include="Request\" />
<Folder Include="Response\" />
<Folder Include="Util\" />
</ItemGroup>

Expand Down

0 comments on commit 909c2e1

Please sign in to comment.