Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 308d001

Browse files
committed
Update .Signed projs
1 parent 2ff1434 commit 308d001

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ServiceStack.OrmLite/ServiceStack.OrmLite.Signed.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@
112112
<ItemGroup>
113113
<Compile Include="AliasNamingStrategy.cs" />
114114
<Compile Include="Async\async.cs" />
115-
<Compile Include="Async\OrmLiteReadApiAsync.cs" />
115+
<Compile Include="OrmLiteReadApiAsync.cs" />
116116
<Compile Include="Async\OrmLiteReadCommandExtensionsAsync.cs" />
117117
<Compile Include="Async\OrmLiteResultsFilterExtensionsAsync.cs" />
118118
<Compile Include="Async\OrmLiteUtilExtensionsAsync.cs" />
119-
<Compile Include="Async\OrmLiteWriteApiAsync.cs" />
119+
<Compile Include="OrmLiteWriteApiAsync.cs" />
120120
<Compile Include="Async\OrmLiteWriteCommandExtensionsAsync.cs" />
121-
<Compile Include="Async\OrmLiteReadExpressionsApiAsync.cs" />
121+
<Compile Include="OrmLiteReadExpressionsApiAsync.cs" />
122122
<Compile Include="Async\ReadExpressionCommandExtensionsAsync.cs" />
123-
<Compile Include="Async\OrmLiteWriteExpressionsApiAsync.cs" />
123+
<Compile Include="OrmLiteWriteExpressionsApiAsync.cs" />
124124
<Compile Include="Async\WriteExpressionCommandExtensionsAsync.cs" />
125125
<Compile Include="Expressions\SqlExpression.Join.cs" />
126126
<Compile Include="Expressions\SqlExpressionVisitor.cs" />

0 commit comments

Comments
 (0)