File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <Project >
2+
3+ <ItemGroup >
4+ <Compile Update =" **\*Extensions.cs" >
5+ <DependentUpon >$([System.String]::Copy('%(Filename)').Replace('Extensions', '.cs'))</DependentUpon >
6+ </Compile >
7+ <Compile Update =" **\*.FwStd20.cs" >
8+ <DependentUpon >$([System.String]::Copy('%(Filename)').Replace('.FwStd20', '.cs'))</DependentUpon >
9+ </Compile >
10+ <Compile Update =" **\*.Nullable.cs" >
11+ <DependentUpon >$([System.String]::Copy('%(Filename)').Replace('.Nullable', '.cs'))</DependentUpon >
12+ </Compile >
13+ </ItemGroup >
14+
15+ </Project >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ System.Data.DataTableExtensions
1616System.Data.DalBase
1717System.Data.DbConverter< TDbConnection>
1818System.Data.IDbContext</Description >
19- <Version >0.3.0 </Version >
19+ <Version >0.3.1 </Version >
2020 <RootNamespace />
2121 <GenerateDocumentationFile >True</GenerateDocumentationFile >
2222 <NoWarn >$(NoWarn);1591</NoWarn >
@@ -34,7 +34,7 @@ System.Data.IDbContext</Description>
3434 </PropertyGroup >
3535
3636 <ItemGroup Condition =" '$(UseNuExtPackages)' == 'true'" >
37- <PackageReference Include =" NuExt.System" Version =" 0.3.0 " />
37+ <PackageReference Include =" NuExt.System" Version =" 0.3.1 " />
3838 </ItemGroup >
3939
4040 <ItemGroup Condition =" '$(UseNuExtPackages)' == 'false'" >
You can’t perform that action at this time.
0 commit comments