test
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
ViewData["Title"] = "测试";
|
ViewData["Title"] = "测试";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.column {
|
.column {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>AntiXssUF</id>
|
<id>AntiXssUF</id>
|
||||||
<version>2.0.2-beta</version>
|
<version>2.0.2</version>
|
||||||
<authors>Jackson.bruce</authors>
|
<authors>Jackson.bruce</authors>
|
||||||
<owners>Jackson.bruce</owners>
|
<owners>Jackson.bruce</owners>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
@@ -63,8 +63,10 @@
|
|||||||
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.1" />
|
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.1" />
|
||||||
<frameworkAssembly assemblyName="System.Web" targetFramework=".NETFramework4.6.1" />
|
<frameworkAssembly assemblyName="System.Web" targetFramework=".NETFramework4.6.1" />
|
||||||
</frameworkAssemblies>
|
</frameworkAssemblies>
|
||||||
|
<contentFiles>
|
||||||
|
<files include="any/any/resources/**/*.*" buildAction="Content" copyToOutput="true" />
|
||||||
|
</contentFiles>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|
||||||
<files>
|
<files>
|
||||||
|
|
||||||
<file src="bin\Release\netstandard2.1\AntiXssUF.dll" target="lib\netstandard2.1\AntiXssUF.dll" />
|
<file src="bin\Release\netstandard2.1\AntiXssUF.dll" target="lib\netstandard2.1\AntiXssUF.dll" />
|
||||||
|
|||||||
Reference in New Issue
Block a user